From 143d2f473fb92256d33f91266aa9d1829bc9fce1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 30 Jul 2018 13:02:13 +0300 Subject: Add test for project_name::base() --- tests/project-name/testscript | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'tests/project-name/testscript') diff --git a/tests/project-name/testscript b/tests/project-name/testscript index 92bd5e8..78d02c0 100644 --- a/tests/project-name/testscript +++ b/tests/project-name/testscript @@ -32,8 +32,10 @@ : base : { - test.arguments += 'base'; + test.arguments += 'base' + : no-ext + : $* <>EOO libbutl libbutl.bash @@ -43,6 +45,22 @@ libbutl a.b EOO + + : ext + : + { + test.arguments += bash; + + $* <>EOO + libbutl + libbutl.bash + libbutl.python + EOI + libbutl + libbutl + libbutl.python + EOO + } } : extension -- cgit v1.1