diff options
Diffstat (limited to 'tests/libbuild2/buildfile')
-rw-r--r-- | tests/libbuild2/buildfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/libbuild2/buildfile b/tests/libbuild2/buildfile index 4d3a42f..51b2f5b 100644 --- a/tests/libbuild2/buildfile +++ b/tests/libbuild2/buildfile @@ -2,7 +2,8 @@ # copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -import libs = build2%lib{build2} +import libs = build2%lib{build2} +import libs += build2%lib{build2-in} exe{driver}: {hxx cxx}{*} $libs testscript |