From 8473016245c71f2ab4545e83a97b08a54e195df4 Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Mon, 26 Nov 2007 23:50:06 +0100 Subject: [PATCH] add test-locking to scons build --- tests/SConscript | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/SConscript b/tests/SConscript index bc1095f1d..31bd607e2 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -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']) )