From 5007870b52aa549971824959a55ad3bb886f09e0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 3 Sep 2018 16:37:32 +0200 Subject: Rename .test/test{} to .testscript/testscript{} --- unit-tests/cc/lexer/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unit-tests/cc/lexer/buildfile') diff --git a/unit-tests/cc/lexer/buildfile b/unit-tests/cc/lexer/buildfile index bf7c1c5..4aa8b51 100644 --- a/unit-tests/cc/lexer/buildfile +++ b/unit-tests/cc/lexer/buildfile @@ -3,4 +3,4 @@ # license : MIT; see accompanying LICENSE file include ../../../build2/ -exe{driver}: {hxx cxx}{*} ../../../build2/libu{b} test{*} +exe{driver}: {hxx cxx}{*} ../../../build2/libu{b} testscript{*} -- cgit v1.1