diff options
author | Peter Dimov <pdimov@pdimov.com> | 2017-11-30 22:01:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-30 22:01:26 +0200 |
commit | 3af09d83695bc1dda0567d0cc7570f3639bda59e (patch) | |
tree | 7ef59ab9236b492a6f399c1e3bb5af03589bc2b7 /status | |
parent | 45b80eac57a4de884ce5ec5aeac1e22f9538c5d6 (diff) | |
download | boost-3af09d83695bc1dda0567d0cc7570f3639bda59e.tar.gz |
Remove Wave special case from status/Jamfile (#173)
Add an optional extended description…
Diffstat (limited to 'status')
-rw-r--r-- | status/Jamfile.v2 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/status/Jamfile.v2 b/status/Jamfile.v2 index c8417540ff..3c834a447a 100644 --- a/status/Jamfile.v2 +++ b/status/Jamfile.v2 @@ -196,9 +196,6 @@ run-tests libs : $(libs-to-test)/test ; # Tests from Jamfiles in individual library test subdirectories # Please keep these in alphabetic order by test-suite name -run-tests libs : - wave/test/build # test-suite wave - ; run-tests tools : bcp/test |