diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-12 20:46:37 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-12 20:51:24 +0300 |
commit | 4c68dffd56ae2493e9e263612fa0127eb0610d18 (patch) | |
tree | 4b0687fa2cf041593bb6b7278dbd85228a565a12 /build/root.build | |
parent | 98f8d3031eb4b55fcedb753fdd4473b081023db9 (diff) |
Make tests to be a sub-project
Diffstat (limited to 'build/root.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 |