Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
8 lines
130 B
C
8 lines
130 B
C
|
|
#ifndef TEST_H
|
|
#define TEST_H
|
|
|
|
int assertEquals(int a, int b, char * msg);
|
|
int assertNotEquals(int a, int b, char * msg);
|
|
|
|
#endif |