From d1d9fbc899be37bba7b05f31ac5c7a4d15d64811 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 4 Sep 2018 14:32:11 +0300 Subject: Rename .test/test{} to .testscript/testscript{} --- tests/buildfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/buildfile') 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 -- cgit v1.1