summaryrefslogtreecommitdiff
path: root/tests/SConstruct
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2023-06-10 23:45:17 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2023-06-10 23:45:17 +0200
commit73fac05aa07a0dd16f7061baddd4b934c7855fed (patch)
treea604b60635052450755729beaa8450c402ab05a6 /tests/SConstruct
parent6c8e3d1786a5de4ae562c03693b8dad9dd0ab26e (diff)
c++: Setting up testing progress
Diffstat (limited to 'tests/SConstruct')
-rw-r--r--tests/SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SConstruct b/tests/SConstruct
index 98eccdb..4434d20 100644
--- a/tests/SConstruct
+++ b/tests/SConstruct
@@ -46,7 +46,7 @@ env_vars.Add('prefix',
env=Environment(ENV=os.environ, variables=env_vars, CPPPATH=[],
CPPDEFINES=['SAW_UNIX'],
CXXFLAGS=['-std=c++20','-g','-Wall','-Wextra'],
- LIBS=['forstio-core', 'forstio-async'])
+ LIBS=['forstio-core', 'forstio-async', 'forstio-test'])
env.__class__.add_source_files = add_kel_source_files
env.Tool('compilation_db');
env.cdb = env.CompilationDatabase('compile_commands.json');