diff options
Diffstat (limited to 'tests/test/script/buildfile')
-rw-r--r-- | tests/test/script/buildfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test/script/buildfile b/tests/test/script/buildfile index bf69e27..2bc4780 100644 --- a/tests/test/script/buildfile +++ b/tests/test/script/buildfile @@ -2,6 +2,6 @@ # copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -exe{driver}: cxx{driver} test{testscript} - -include ../../../../build2/ +d = runner/ +./: $d +include $d |