From fd4b8ec3d690fa7341159b0166b382dd43c6c967 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 18 Oct 2018 18:42:00 +0300 Subject: Add implementation --- tests/buildfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/buildfile (limited to 'tests/buildfile') diff --git a/tests/buildfile b/tests/buildfile new file mode 100644 index 0000000..36c24d7 --- /dev/null +++ b/tests/buildfile @@ -0,0 +1,7 @@ +# file : tests/buildfile +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +./: testscript{*} $publish + +testscript{publish}@./: test = $publish -- cgit v1.1