comparison tests/core_tests/SConscript @ 44:5a2db5e7ab54

renamed unittest++ based tests as they were with boost
author jasoka@33b003aa-7bff-0310-803a-e67f0ece8222
date Sun, 13 Jul 2008 07:52:58 +0000
parents 4c8334b0ab30
children 64738befdf3b
comparison
equal deleted inserted replaced
43:6daa907234e1 44:5a2db5e7ab54
17 else: 17 else:
18 env.Append(LINKFLAGS=['-Wl,-rpath,../../ext/install/lib,-rpath,../../engine']) 18 env.Append(LINKFLAGS=['-Wl,-rpath,../../ext/install/lib,-rpath,../../engine'])
19 19
20 # The test_fife.py script relies on this specific layout. 20 # The test_fife.py script relies on this specific layout.
21 # Check it, if you change something here 21 # Check it, if you change something here
22 env.Program('testprog_rect', ['test_rect++.cpp']) 22 env.Program('testprog_rect', ['test_rect.cpp'])
23 env.Program('testprog_dat1', ['test_dat1++.cpp']) 23 env.Program('testprog_dat1', ['test_dat1.cpp'])
24 env.Program('testprog_dat2', ['test_dat2++.cpp']) 24 env.Program('testprog_dat2', ['test_dat2.cpp'])
25 env.Program('testprog_gui', ['test_gui++.cpp']) 25 env.Program('testprog_gui', ['test_gui.cpp'])
26 env.Program('testprog_images', ['test_images++.cpp']) 26 env.Program('testprog_images', ['test_images.cpp'])
27 env.Program('testprog_imagepool', ['test_imagepool++.cpp']) 27 env.Program('testprog_imagepool', ['test_imagepool.cpp'])
28 env.Program('testprog_vfs', ['test_vfs++.cpp']) 28 env.Program('testprog_vfs', ['test_vfs.cpp'])
29 29
30 30
31 if env['zip']: 31 if env['zip']:
32 env.Program('testprog_zip', ['test_zip++.cpp']) 32 env.Program('testprog_zip', ['test_zip.cpp'])
33 33
34 # vim: set filetype=python : 34 # vim: set filetype=python :