From 9d85f0c469f371b89d8bb036de9339525ecf6613 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 4 Sep 2018 15:22:41 +0300 Subject: Rename .test/test{} to .testscript/testscript{} --- tests/build/root.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/build/root.build') diff --git a/tests/build/root.build b/tests/build/root.build index 3c04aa5..fa51917 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -5,7 +5,7 @@ # Import the ODB compiler we will be testing. # import odb = odb%exe{odb} -test{*}: test = $odb +testscript{*}: test = $odb # Specify the test target for cross-testing. # -- cgit v1.1