From 0db17bfec8b3b6c436f3c9c346d17d98458c3654 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 3 Aug 2015 13:10:28 +0200 Subject: match_only and dependents count rework, part 1 --- tests/import/installed/buildfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/import/installed/buildfile b/tests/import/installed/buildfile index 40c77ce..276de36 100644 --- a/tests/import/installed/buildfile +++ b/tests/import/installed/buildfile @@ -5,4 +5,5 @@ cxx.ext = cxx import libs += lib{z} -exe{driver}: cxx{driver} $libs +#exe{driver}: cxx{driver} $libs +lib{driver}: cxx{driver} $libs -- cgit v1.1