diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-15 23:01:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-03-15 23:01:28 +0100 |
| commit | 3ab1670d31f61e09a18959ed75889155aa80714c (patch) | |
| tree | 1a06866e06712210af5c75f6dcf93937c8f13837 /test/wscript | |
| parent | 76a7766f702e2bfe44a7b241cf31bad9d1e24a06 (diff) | |
Tests need libfmt now.
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wscript b/test/wscript index 20ff1d5..4d22c1f 100644 --- a/test/wscript +++ b/test/wscript @@ -17,7 +17,7 @@ def configure(conf): def build(bld): obj = bld(features='cxx cxxprogram') obj.name = 'tests' - obj.uselib = 'BOOST_TEST BOOST_REGEX BOOST_FILESYSTEM CXML' + obj.uselib = 'BOOST_TEST BOOST_REGEX BOOST_FILESYSTEM CXML FMT' obj.use = 'libsub-1.0' obj.source = """ iso6937_test.cc |
