diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-13 17:45:11 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-13 17:45:11 +0300 |
commit | 67d190d15e5a8ad865dbbf21fdf7dcb7b1168cdd (patch) | |
tree | 6589896ebe8e1a4179566815e7000c72dc5a6637 /tests/load | |
parent | bfd63c8ec0e060c8c28bd3fc6acf9af4460bc208 (diff) |
Add hxx prerequisite type in test buildfiles
Diffstat (limited to 'tests/load')
-rw-r--r-- | tests/load/buildfile | 2 |
1 files changed, 1 insertions, 1 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. # |