diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-05 13:18:11 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-05 17:53:46 +0300 |
commit | 719a878ea705fad59e60fe15625aacaab2684a81 (patch) | |
tree | 1cdff9e006938ae767d7ad91ad2ab1aa26fbda82 /tests | |
parent | 6b6e71bf65cd0960d21acc800f3dc7fde0fa485e (diff) |
Align with latest bdep-new
Diffstat (limited to 'tests')
-rw-r--r-- | tests/web/xhtml/buildfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/web/xhtml/buildfile b/tests/web/xhtml/buildfile index b5d591c..983909f 100644 --- a/tests/web/xhtml/buildfile +++ b/tests/web/xhtml/buildfile @@ -3,5 +3,6 @@ # license : MIT; see accompanying LICENSE file include ../../../web/ + exe{driver}: {hxx cxx}{*} ../../../web/libus{web} exe{driver}: file{test.out}: test.stdout = true |