Changeset 958 for trunk/test
- Timestamp:
- Sep 18, 2011, 11:01:26 PM (11 years ago)
- Location:
- trunk/test
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/benchsuite.cpp
r942 r958 14 14 15 15 #include <cstdio> 16 17 #if USE_SDL 18 # include <SDL_main.h> 19 #endif 16 20 17 21 #include "core.h" -
trunk/test/debug/quad.cpp
r903 r958 29 29 #endif 30 30 31 #if USE_SDL 32 # include <SDL_main.h> 33 #endif 34 31 35 #if defined _WIN32 32 36 # undef main /* FIXME: still needed? */ -
trunk/test/debug/sandbox.cpp
r893 r958 13 13 #endif 14 14 15 #if USE_SDL 16 # include <SDL_main.h> 17 #endif 18 15 19 #include "core.h" 16 20 -
trunk/test/testsuite.cpp
r942 r958 16 16 #include <cstdlib> 17 17 18 #if USE_SDL 19 # include <SDL_main.h> 20 #endif 21 18 22 #include <lol/unit.h> 19 23 20 int main( void)24 int main(int argc, char **argv) 21 25 { 22 26 lol::TextTestRunner runner;
Note: See TracChangeset
for help on using the changeset viewer.