diff options
author | Marshall Clow <marshall@idio.com> | 2008-10-09 18:05:35 +0000 |
---|---|---|
committer | Marshall Clow <marshall@idio.com> | 2008-10-09 18:05:35 +0000 |
commit | eb402edbe3253403a61b6fcf5df96649302d8c73 (patch) | |
tree | 889a8f78c9c018a44efb00934fa37c68f913783a /status/Jamfile.v2 | |
parent | a8cdc7aaf636ede5aca0c608d32d87b48d42b2aa (diff) | |
download | boost-eb402edbe3253403a61b6fcf5df96649302d8c73.tar.gz |
Merged revisions 43283,43992,44388 via svnmerge from
https://svn.boost.org/svn/boost/trunk
........
r43283 | bemandawes | 2008-02-16 18:01:32 -0800 (Sat, 16 Feb 2008) | 1 line
Show output of example program
........
r43992 | marshall | 2008-04-01 18:42:32 -0700 (Tue, 01 Apr 2008) | 1 line
Replaced all occurrences of non-ASCII copyright symbol with '(c)' for people using non-ASCII code pages
........
r44388 | grafik | 2008-04-13 16:55:58 -0700 (Sun, 13 Apr 2008) | 1 line
Move tokenizer tests into canonical test subdir structure.
........
[SVN r49216]
Diffstat (limited to 'status/Jamfile.v2')
-rw-r--r-- | status/Jamfile.v2 | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/status/Jamfile.v2 b/status/Jamfile.v2 index de398ce96e..ae8e8a68ca 100644 --- a/status/Jamfile.v2 +++ b/status/Jamfile.v2 @@ -86,6 +86,7 @@ build-project ../libs/static_assert ; # test-suite static_assert build-project ../libs/system/test ; # test-suite system build-project ../libs/test/test ; # test-suite test build-project ../libs/thread/test ; # test-suite thread +build-project ../libs/tokenizer/test ; # test-suite tokenizer build-project ../libs/tr1/test ; # test-suite tr1 build-project ../libs/tuple/test ; # test-suite tuple build-project ../libs/type_traits/test ; # test-suite type_traits @@ -180,16 +181,5 @@ build-project ../libs/xpressive/test ; # test-suite xpressive compile libs/timer/timer_test.cpp ; - test-suite tokenizer - : [ run libs/tokenizer/examples.cpp test_exec_monitor ] - [ run libs/tokenizer/simple_example_1.cpp ] - [ run libs/tokenizer/simple_example_2.cpp ] - [ run libs/tokenizer/simple_example_3.cpp ] - [ run libs/tokenizer/simple_example_4.cpp ] - [ run libs/tokenizer/simple_example_5.cpp ] - ; - - - |