From 9bf93c1ab73ee3cd2b763285fc5fc5456e972854 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 11 Jan 2017 10:14:23 +0200 Subject: Implement support for narrowing down tests (config.test) --- build2/buildfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build2/buildfile') diff --git a/build2/buildfile b/build2/buildfile index 83f29f8..6d497ca 100644 --- a/build2/buildfile +++ b/build2/buildfile @@ -79,7 +79,9 @@ exe{b}: \ install/{hxx cxx}{ operation } \ install/{hxx cxx}{ rule } \ install/{hxx }{ utility } \ + test/{hxx cxx}{ common } \ test/{hxx cxx}{ init } \ + test/{hxx }{ module } \ test/{hxx cxx}{ operation } \ test/{hxx cxx}{ rule } \ test/{hxx cxx}{ target } \ -- cgit v1.1