mirror of
https://github.com/boostorg/preprocessor.git
synced 2026-04-12 21:05:47 +02:00
Compare commits
5 Commits
boost-1.36
...
boost-1.45
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
647b2b4b59 | ||
|
|
d674ec9d6e | ||
|
|
0decc801d5 | ||
|
|
6cee861d4b | ||
|
|
32f92a1431 |
22
test/Jamfile.v2
Normal file
22
test/Jamfile.v2
Normal file
@@ -0,0 +1,22 @@
|
||||
#~ Copyright Rene Rivera 2008
|
||||
#~ Distributed under the Boost Software License, Version 1.0.
|
||||
#~ (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
import testing ;
|
||||
|
||||
test-suite preprocessor
|
||||
: [ compile arithmetic.cpp ]
|
||||
[ compile array.cpp ]
|
||||
[ compile comparison.cpp ]
|
||||
[ compile control.cpp ]
|
||||
[ compile debug.cpp ]
|
||||
[ compile facilities.cpp ]
|
||||
[ compile iteration.cpp ]
|
||||
[ compile list.cpp ]
|
||||
[ compile logical.cpp ]
|
||||
[ compile repetition.cpp ]
|
||||
[ compile selection.cpp ]
|
||||
[ compile seq.cpp ]
|
||||
[ compile slot.cpp ]
|
||||
[ compile tuple.cpp ]
|
||||
;
|
||||
Reference in New Issue
Block a user