diff options
author | Beman <bdawes@acm.org> | 2015-01-19 21:41:47 -0500 |
---|---|---|
committer | Beman <bdawes@acm.org> | 2015-01-19 21:41:47 -0500 |
commit | 29e56e6d14a1f74b86b4d868eadffc7ad8f222dd (patch) | |
tree | f6cdc72c78ba3d917382648ebca260ffc6d46141 /status | |
parent | 2c52b5b2eacb988d8cd575f9f63bcae193059aed (diff) | |
download | boost-29e56e6d14a1f74b86b4d868eadffc7ad8f222dd.tar.gz |
Add sort library to tests
Diffstat (limited to 'status')
-rw-r--r-- | status/Jamfile.v2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/status/Jamfile.v2 b/status/Jamfile.v2 index 8e070da23e..99d2c61fcb 100644 --- a/status/Jamfile.v2 +++ b/status/Jamfile.v2 @@ -151,6 +151,7 @@ run-tests libs : signals/test # test-suite signals signals2/test # test-suite signals2 smart_ptr/test # test-suite smart_ptr + sort/test # test-suite sort spirit/classic/test # test-suite classic spirit spirit/test # test-suite spirit_v2 spirit/repository/test # test-suite spirit_v2 repository |