diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-12 18:29:02 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-12 18:29:02 +0300 |
commit | 85c73376331a4c0e17cbc1e0d8c42039635feb68 (patch) | |
tree | d4b3e29acddbd0f4a33c6bc2bc52ea7df70db741 /build | |
parent | 9e6b3783d13f5136c727e6a8247ce2398edc0bb5 (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 63e6266..84c236f 100644 --- a/build/root.build +++ b/build/root.build @@ -11,11 +11,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 |