From ab0d6919707349436edd336bbfa8f433bd6e6749 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 9 Feb 2018 15:00:16 +0200 Subject: Fix broken test (and few other things) --- tests/build/root.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/build') diff --git a/tests/build/root.build b/tests/build/root.build index 7d483fe..76ed483 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -13,7 +13,7 @@ cxx{*}: extension = cxx # as our $build.path). # import b = build2%exe{b} -dir{*}: test = $b +test{*}: test = $b # Specify the test target for cross-testing. # -- cgit v1.1