From 83c28bc98a3cb439c3dbb3824f4ede4eb14798a3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 24 Oct 2016 15:38:22 +0200 Subject: Rename tests/test/script/ to tests/test/script/runner/ --- tests/test/script/buildfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/test/script/buildfile') 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 -- cgit v1.1