From cd431f3f8bca937d4d0ff5b165e556d719329085 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 26 Aug 2019 13:41:39 +0300 Subject: Move definitions of commonly used target types to root.build --- tests/submit/buildfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests/submit') diff --git a/tests/submit/buildfile b/tests/submit/buildfile index e4dc657..aaffede 100644 --- a/tests/submit/buildfile +++ b/tests/submit/buildfile @@ -2,16 +2,13 @@ # copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -define common: file -common{*}: extension = testscript - dir = ../../brep/handler/submit/ include $dir commons = data -./: testscript{* -{$commons}} common{$commons} {*/ -test/}{**} \ +./: testscript{* -{$commons}} common_testscript{$commons} {*/ -test/}{**} \ $dir/exe{brep-submit-dir} $dir/exe{brep-submit-git} file{hello.tar.gz} \ doc{README} -- cgit v1.1