Fixed a bunch of Makefile.am files.
This commit is contained in:
parent
4d41c6069a
commit
84915157da
8 changed files with 77 additions and 16 deletions
|
@ -85,4 +85,14 @@ void AssertEquals(Uint32 expected, Uint32 actual, char *message, ...);
|
|||
*/
|
||||
void AssertTrue(int condition, char *message, ...);
|
||||
|
||||
/*!
|
||||
\todo add markup
|
||||
*/
|
||||
void AssertFail(char *message, ...);
|
||||
|
||||
/*!
|
||||
\todo add markup
|
||||
*/
|
||||
void AssertPass(char *message, ...);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue