From 89f8e08550d437eedd16f6aa0cc5333a7db75bea Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 1 Nov 2016 14:20:49 +0200 Subject: Establish testscript builtins infrastructure --- build2/buildfile | 1 + 1 file changed, 1 insertion(+) (limited to 'build2/buildfile') diff --git a/build2/buildfile b/build2/buildfile index f7b2dd9..86b67a9 100644 --- a/build2/buildfile +++ b/build2/buildfile @@ -76,6 +76,7 @@ exe{b}: \ test/{hxx cxx}{ operation } \ test/{hxx cxx}{ rule } \ test/{hxx cxx}{ target } \ +test/script/{hxx cxx}{ builtin } \ test/script/{hxx cxx}{ lexer } \ test/script/{hxx cxx}{ parser } \ test/script/{hxx cxx}{ runner } \ -- cgit v1.1