ReactOS 0.4.15-dev-7994-gb388cb6
unary_test.cpp File Reference
#include <vector>
#include "unary.h"
#include <algorithm>
#include "cppunit/cppunit_proxy.h"
Include dependency graph for unary_test.cpp:

Go to the source code of this file.

Classes

class  UnaryTest
 

Functions

 CPPUNIT_TEST_SUITE_REGISTRATION (UnaryTest)
 
bool test_func (int param)
 

Function Documentation

◆ CPPUNIT_TEST_SUITE_REGISTRATION()

CPPUNIT_TEST_SUITE_REGISTRATION ( UnaryTest  )

◆ test_func()

bool test_func ( int  param)

Definition at line 60 of file unary_test.cpp.

60 {
61 return param < 3;
62}
GLfloat param
Definition: glext.h:5796

Referenced by UnaryTest::unegate3().