summaryrefslogtreecommitdiff
path: root/cpukit/libmisc/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libmisc/wscript')
-rw-r--r--cpukit/libmisc/wscript6
1 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/libmisc/wscript b/cpukit/libmisc/wscript
index 2e6a4705f9..9fb2f9b11b 100644
--- a/cpukit/libmisc/wscript
+++ b/cpukit/libmisc/wscript
@@ -211,7 +211,11 @@ def build(ctx):
"stringto/stringtounsignedint.c",
"stringto/stringtounsignedlong.c",
"stringto/stringtounsignedlonglong.c",
- "untar/untar.c"
+ "untar/untar.c",
+ "testsupport/testbeginend.c",
+ "testsupport/testextension.c",
+ "testsupport/testparallel.c"
+
]
ctx.cpu.source(
source,