summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-07-18 15:38:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-07-18 15:38:54 +0200
commitf614173d688fd6e57871e1bab5a159e06a2ac07a (patch)
tree2fb1b0f4cbdf8cda877b69f1dfdddfcb6b312993 /tests
parentcb17adc24f95042976972c68b37e136306af8d38 (diff)
downloadbdep-f614173d688fd6e57871e1bab5a159e06a2ac07a.tar.gz
bdep-f614173d688fd6e57871e1bab5a159e06a2ac07a.tar.xz
bdep-f614173d688fd6e57871e1bab5a159e06a2ac07a.zip
Fix test breakages due to nesting checks and amalgamation
Diffstat (limited to 'tests')
-rw-r--r--tests/common.test2
-rw-r--r--tests/new.test4
2 files changed, 5 insertions, 1 deletions
diff --git a/tests/common.test b/tests/common.test
index 0b1153c..d85e038 100644
--- a/tests/common.test
+++ b/tests/common.test
@@ -27,7 +27,7 @@ clean = $* clean
deinit = $* deinit
init = $* init
fetch = $* fetch
-new = $* new
+new = $* new --no-checks
status = $* status
sync = $* sync
update = $* update
diff --git a/tests/new.test b/tests/new.test
index b5b3670..703540a 100644
--- a/tests/new.test
+++ b/tests/new.test
@@ -4,6 +4,10 @@
.include common.test
+# Disable nesting checks and amalgamation support in the created projects.
+#
+test.arguments += --no-checks --no-amalgamation
+
cxx = "config.cxx=$config.cxx"
status += -d prj