aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-07-13 14:34:48 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-07-13 17:21:22 +0300
commited1d2220091e88f02309c67c889bfe4fc4a705e1 (patch)
treec3137fa2b2c4a8053d2665ea707bae0e640c5a19 /build
parent5c186f901ea7d1b09ab551a3fd2a6c1fd2426d59 (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