diff options
Diffstat (limited to 'unit-tests/cc/parser')
-rw-r--r-- | unit-tests/cc/parser/buildfile | 2 | ||||
-rw-r--r-- | unit-tests/cc/parser/module.testscript (renamed from unit-tests/cc/parser/module.test) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/unit-tests/cc/parser/buildfile b/unit-tests/cc/parser/buildfile index c01c1c0..fce77f4 100644 --- a/unit-tests/cc/parser/buildfile +++ b/unit-tests/cc/parser/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{*} diff --git a/unit-tests/cc/parser/module.test b/unit-tests/cc/parser/module.testscript index 65186cd..c6a7e31 100644 --- a/unit-tests/cc/parser/module.test +++ b/unit-tests/cc/parser/module.testscript @@ -1,4 +1,4 @@ -# file : unit-tests/cc/parser/module.test +# file : unit-tests/cc/parser/module.testscript # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file |