diff options
Diffstat (limited to 'tests/buildfile')
-rw-r--r-- | tests/buildfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/buildfile b/tests/buildfile index 6ab9123..0640b2f 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -3,8 +3,8 @@ # license : MIT; see accompanying LICENSE file define common: file -common{*}: extension = test +common{*}: extension = testscript commons = common project -./: test{* -{$commons}} common{$commons} $bdep +./: testscript{* -{$commons}} common{$commons} $bdep |