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{} --- tests/build/root.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/build') diff --git a/tests/build/root.build b/tests/build/root.build index 6e4fea9..749e6c3 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -13,7 +13,7 @@ cxx{*}: extension = cxx # as our $build.path). # import b = build2%exe{b} -test{*}: test = $b +testscript{*}: test = $b # Specify the test target for cross-testing. # -- cgit v1.1