blob: 351c133a6e785e78c8f7eab49f206f1cb878da54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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
|