mirror of
https://github.com/boostorg/boost.git
synced 2025-04-16 02:04:38 +00:00
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]
This commit is contained in:
parent
a8cdc7aaf6
commit
eb402edbe3
3 changed files with 3 additions and 13 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 4ae97fa5cb47aa7140943e5902151459b3ec07d0
|
||||
Subproject commit 20c35502cb6690fd1761e2df1e9cda4bb86cbb71
|
|
@ -1 +1 @@
|
|||
Subproject commit 16be59fce43ba5644738cbc24c8d3fcb12a5bba5
|
||||
Subproject commit f3ec7aa0796e296cd33786093a0505229b040774
|
|
@ -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 ]
|
||||
;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue