diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-10-14 10:41:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-04 09:26:14 +0200 |
commit | 64eecc0f7ba15b1733bbc713a2f197dda590e12d (patch) | |
tree | bd3e05f5408e3f512eb39e37cddd9257d464e240 /build2/buildfile | |
parent | d4be6965ed8d5cacb79776fa892b763548e3d070 (diff) |
Add test{} testscript target type
Diffstat (limited to 'build2/buildfile')
-rw-r--r-- | build2/buildfile | 1 |
1 files changed, 1 insertions, 0 deletions
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 } \ |