|
Boost : |
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2002-09-23 12:53:49
Hello,
the tests for the format library are missing from the current status
tests. Attached is a small patch for "status/Jamfile" that fixes this.
Thanks, Markus
Index: Jamfile
===================================================================
RCS file: /cvsroot/boost/boost/status/Jamfile,v
retrieving revision 1.65
diff -w -u -r1.65 Jamfile
--- Jamfile 19 Sep 2002 20:34:08 -0000 1.65
+++ Jamfile 23 Sep 2002 17:51:57 -0000
@@ -140,6 +140,11 @@
[ run libs/dynamic_bitset/dyn_bitset_unit_tests3.cpp <lib>../libs/test/build/test_exec_monitor ]
;
+ test-suite format
+ : [ run libs/format/test/format_test1.cpp <lib>../libs/test/build/test_exec_monitor ]
+ [ run libs/format/test/format_test2.cpp <lib>../libs/test/build/test_exec_monitor ]
+ ;
+
test-suite function
: [ run libs/function/test/deprecated_syntax_test.cpp <lib>../libs/test/build/test_exec_monitor ]
[ run libs/function/test/function_test.cpp <lib>../libs/test/build/test_exec_monitor ]
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk