From f8fdb500cc705e2b8b4a74166ceb2c6d8cee3fd3 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 4 Sep 2018 14:02:11 +0300 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 5818ec1..0c552ae 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -10,7 +10,7 @@ using cxx # Setup the bpkg that we are testing. # import bpkg = bpkg%exe{bpkg} -test{*}: test = $bpkg +testscript{*}: test = $bpkg # Specify the test target for cross-testing. # -- cgit v1.1