aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-07-12 20:46:37 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-07-12 20:51:24 +0300
commit4c68dffd56ae2493e9e263612fa0127eb0610d18 (patch)
tree4b0687fa2cf041593bb6b7278dbd85228a565a12 /build
parent98f8d3031eb4b55fcedb753fdd4473b081023db9 (diff)
Make tests to be a sub-project
Diffstat (limited to 'build')
-rw-r--r--build/root.build8
1 files changed, 0 insertions, 8 deletions
diff --git a/build/root.build b/build/root.build
index 196d2a3..33752ca 100644
--- a/build/root.build
+++ b/build/root.build
@@ -10,11 +10,3 @@ hxx{*}: extension = hxx
ixx{*}: extension = ixx
txx{*}: extension = txx
cxx{*}: extension = cxx
-
-# All exe{} in tests/ are, well, tests.
-#
-tests/exe{*}: test = true
-
-# Specify the test target for cross-testing.
-#
-test.target = $cxx.target