add test-locking to scons build
This commit is contained in:
parent
4593c0c6ff
commit
8473016245
1 changed files with 1 additions and 0 deletions
|
|
@ -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'])
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue