add test-locking to scons build

This commit is contained in:
Fischlurch 2007-11-26 23:50:06 +01:00
parent 4593c0c6ff
commit 8473016245

View file

@ -58,6 +58,7 @@ specials = ['plugin','locking','library']
artifacts['testsuite'] = ts = ( [ testExecutable(env, dir) for dir in moduledirs if not dir in specials]
+ treatPluginTestcase(env)
+ testExecutable(env, 'locking', obj=['test-locking.c','mutex.c','condition.c'])
+ testExecutable(env, 'library', exeName='test-llist', obj=['test-llist.c'])
+ testExecutable(env, 'library', exeName='test-references', obj=['test-references.c'])
)