aboutsummaryrefslogtreecommitdiff
path: root/tests/build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-09-04 15:22:41 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-09-04 15:22:41 +0300
commit9d85f0c469f371b89d8bb036de9339525ecf6613 (patch)
tree11843d107251a72a487085973b8f513015876576 /tests/build
parentb093739baa9dd05e9578c3fbfb3283cdf468461e (diff)
Rename .test/test{} to .testscript/testscript{}
Diffstat (limited to 'tests/build')
-rw-r--r--tests/build/root.build2
1 files changed, 1 insertions, 1 deletions
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.
#