From 64eecc0f7ba15b1733bbc713a2f197dda590e12d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 14 Oct 2016 10:41:48 +0200 Subject: Add test{} testscript target type --- build2/buildfile | 1 + 1 file changed, 1 insertion(+) (limited to 'build2/buildfile') diff --git a/build2/buildfile b/build2/buildfile index 28d9b38..03c0dd3 100644 --- a/build2/buildfile +++ b/build2/buildfile @@ -75,6 +75,7 @@ exe{b}: \ test/{hxx cxx}{ init } \ test/{hxx cxx}{ operation } \ test/{hxx cxx}{ rule } \ + test/{hxx cxx}{ target } \ test/script/{hxx cxx}{ lexer } \ test/script/{hxx cxx}{ parser } \ test/script/{hxx cxx}{ runner } \ -- cgit v1.1