diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-12 12:17:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-12 12:17:32 +0200 |
commit | b216616363cdb99b56dfef4fda3ce313bd617e1a (patch) | |
tree | 3f8226022044c9e39adcb382260d9a84ad481e17 /tests/test/script-integration/buildfile | |
parent | 9bf93c1ab73ee3cd2b763285fc5fc5456e972854 (diff) |
Rename script/integration to script-integration
Diffstat (limited to 'tests/test/script-integration/buildfile')
-rw-r--r-- | tests/test/script-integration/buildfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/test/script-integration/buildfile b/tests/test/script-integration/buildfile new file mode 100644 index 0000000..4249e1f --- /dev/null +++ b/tests/test/script-integration/buildfile @@ -0,0 +1,8 @@ +# file : tests/test/script-integration/buildfile +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +# Test integration of testscript into build system. +# + +./: test{testscript} $b |