summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SConscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConscript b/SConscript
index e90c0d627..4f98e7b58 100644
--- a/SConscript
+++ b/SConscript
@@ -21,7 +21,7 @@ tests = Split("""
testxlate.c testdbd.c testrmm.c testldap.c testmd4.c
teststrmatch.c testpass.c testcrypto.c testqueue.c
testbuckets.c testxml.c testdbm.c testuuid.c testmd5.c
- testreslist.c
+ testreslist.c dbd.c
""")
tenv = env.Clone()
@@ -30,4 +30,4 @@ testall = tenv.Program('testall', source = ["test/"+t for t in tests])
targets = [libapr, testall]
-Return("targets") \ No newline at end of file
+Return("targets")