From eb402edbe3253403a61b6fcf5df96649302d8c73 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Thu, 9 Oct 2008 18:05:35 +0000 Subject: [PATCH] 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] --- libs/detail | 2 +- libs/tokenizer | 2 +- status/Jamfile.v2 | 12 +----------- 3 files changed, 3 insertions(+), 13 deletions(-) diff --git a/libs/detail b/libs/detail index 4ae97fa5cb..20c35502cb 160000 --- a/libs/detail +++ b/libs/detail @@ -1 +1 @@ -Subproject commit 4ae97fa5cb47aa7140943e5902151459b3ec07d0 +Subproject commit 20c35502cb6690fd1761e2df1e9cda4bb86cbb71 diff --git a/libs/tokenizer b/libs/tokenizer index 16be59fce4..f3ec7aa079 160000 --- a/libs/tokenizer +++ b/libs/tokenizer @@ -1 +1 @@ -Subproject commit 16be59fce43ba5644738cbc24c8d3fcb12a5bba5 +Subproject commit f3ec7aa0796e296cd33786093a0505229b040774 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 ] - ; - - -