diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/load/buildfile | 2 | ||||
-rw-r--r-- | tests/web/xhtml/buildfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/load/buildfile b/tests/load/buildfile index 9338f32..a60d7a1 100644 --- a/tests/load/buildfile +++ b/tests/load/buildfile @@ -11,7 +11,7 @@ include ../../libbrep/ ./: exe{driver} file{loadtab cert *.pem openssl.cnf */**} -exe{driver}: cxx{*} ../../libbrep/lib{brep} $libs +exe{driver}: {hxx cxx}{*} ../../libbrep/lib{brep} $libs # Disable until testscript is implemented. # diff --git a/tests/web/xhtml/buildfile b/tests/web/xhtml/buildfile index bdfd7d6..06347dd 100644 --- a/tests/web/xhtml/buildfile +++ b/tests/web/xhtml/buildfile @@ -4,7 +4,7 @@ import libs = libstudxml%lib{studxml} -exe{driver}: cxx{*} $libs +exe{driver}: {hxx cxx}{*} $libs exe{driver}: test.output = test.out # @@ The rule doesn't trigger the target generating. Will be fixed when we add |