diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-16 17:29:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-16 17:29:01 +0200 |
commit | 2af491cc4ad0ae4064f2e858c83ed485613adafa (patch) | |
tree | 18010b6c7b9ef13072f6e2514fcb1bb60f38d60a /tests/test/script/integration/buildfile | |
parent | 3ab61fbc2ce25afa617ed6bb50c2f8d701beeaba (diff) |
Convert tests/ to subproject, initial work on cross-testing support
Diffstat (limited to 'tests/test/script/integration/buildfile')
-rw-r--r-- | tests/test/script/integration/buildfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test/script/integration/buildfile b/tests/test/script/integration/buildfile index 28aa014..e74eed7 100644 --- a/tests/test/script/integration/buildfile +++ b/tests/test/script/integration/buildfile @@ -2,5 +2,4 @@ # copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: test{testscript} - +./: test{testscript} $b |