summaryrefslogtreecommitdiff
path: root/test/build/root.build
diff options
context:
space:
mode:
Diffstat (limited to 'test/build/root.build')
-rw-r--r--test/build/root.build18
1 files changed, 0 insertions, 18 deletions
diff --git a/test/build/root.build b/test/build/root.build
deleted file mode 100644
index 2db66fd..0000000
--- a/test/build/root.build
+++ /dev/null
@@ -1,18 +0,0 @@
-# file : test/build/root.build
-# copyright : not copyrighted - public domain
-
-using c
-
-if ($c.class == 'msvc')
-{
- c.poptions += -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS
- c.coptions += /wd4251 /wd4275 /wd4800
-}
-
-# Every exe{} in this subproject is by default a test.
-#
-exe{*}: test = true
-
-# Specify the test target for cross-testing.
-#
-test.target = $c.target