diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-13 14:34:48 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-13 17:21:22 +0300 |
commit | ed1d2220091e88f02309c67c889bfe4fc4a705e1 (patch) | |
tree | c3137fa2b2c4a8053d2665ea707bae0e640c5a19 /build | |
parent | 5c186f901ea7d1b09ab551a3fd2a6c1fd2426d59 (diff) |
Make tests to be a sub-project
Diffstat (limited to 'build')
-rw-r--r-- | build/root.build | 8 |
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 |