diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-04 08:50:12 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-04 09:26:34 +0200 |
commit | 89424b41ef62430a49012c5c57b1979f29029505 (patch) | |
tree | 04b5b8e9ed16c4801b55d416e2b11bf7813a9853 /tests/test/script/buildfile | |
parent | 89a997464b9ffd02580c5316b471dbd0779d86b9 (diff) |
Implement concurrent_runner
Diffstat (limited to 'tests/test/script/buildfile')
-rw-r--r-- | tests/test/script/buildfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/test/script/buildfile b/tests/test/script/buildfile new file mode 100644 index 0000000..bf69e27 --- /dev/null +++ b/tests/test/script/buildfile @@ -0,0 +1,7 @@ +# file : tests/test/script/buildfile +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +exe{driver}: cxx{driver} test{testscript} + +include ../../../../build2/ |