diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-01 13:19:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-01 13:19:49 +0200 |
commit | 08eea971d2d3170ca357935644483dc520f46173 (patch) | |
tree | 871df5e71e364d4620db74298b7f88f9466d1473 /tests/directive/common.test | |
parent | 0ed86c76239d4f2904ea4ae1a77902a9e0db2a6d (diff) |
Organize tests/, factor common testscript fragments
Diffstat (limited to 'tests/directive/common.test')
-rw-r--r-- | tests/directive/common.test | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/directive/common.test b/tests/directive/common.test deleted file mode 100644 index 351c133..0000000 --- a/tests/directive/common.test +++ /dev/null @@ -1,11 +0,0 @@ -# file : tests/directive/assert.test -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd -# license : MIT; see accompanying LICENSE file - -+mkdir build -+cat <<EOI >>>build/bootstrap.build -project = test -amalgamation = -EOI - -test.options += -q --buildfile - noop |