summaryrefslogtreecommitdiff
path: root/test/scudo
diff options
context:
space:
mode:
Diffstat (limited to 'test/scudo')
-rw-r--r--test/scudo/lit.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/scudo/lit.cfg b/test/scudo/lit.cfg
index 0fa44087e..adf16f57b 100644
--- a/test/scudo/lit.cfg
+++ b/test/scudo/lit.cfg
@@ -24,6 +24,8 @@ c_flags = ([config.target_cflags] +
"-pie",
"-O0",
"-UNDEBUG",
+ "-ldl",
+ "-lrt",
"-Wl,--gc-sections"])
def build_invocation(compile_flags):