summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Rivera <grafikrobot@gmail.com>2008-04-13 23:55:58 +0000
committerRene Rivera <grafikrobot@gmail.com>2008-04-13 23:55:58 +0000
commitf122639b3dfbbec58dc2b1e1dd4791bf6f15801e (patch)
treebdc925ff1d9ad1853205f60194fd2ac893f0ee4a
parentd4591048cc1f6018472256e5be63ab92aa9a18c2 (diff)
downloadboost-f122639b3dfbbec58dc2b1e1dd4791bf6f15801e.tar.gz
Move tokenizer tests into canonical test subdir structure.
[SVN r44388]
m---------libs/tokenizer0
-rw-r--r--status/Jamfile.v210
2 files changed, 1 insertions, 9 deletions
diff --git a/libs/tokenizer b/libs/tokenizer
-Subproject ff6163088205b3316d58d855df8ecd273e665ed
+Subproject 79e83dece7c0278db438695a2fc91826732f31f
diff --git a/status/Jamfile.v2 b/status/Jamfile.v2
index e4b3695737..d521f5b4f8 100644
--- a/status/Jamfile.v2
+++ b/status/Jamfile.v2
@@ -89,6 +89,7 @@ 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/timer/test ; # test-suite timer
+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
@@ -148,12 +149,3 @@ explicit unit_test_framework ;
[ compile-fail libs/config/test/threads/test_thread_fail1.cpp ]
[ compile-fail libs/config/test/threads/test_thread_fail2.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 ]
- ;