Skip to content

Commit 2b3bbb1

Browse files
committed
Add the examples to the test battery
1 parent a612d97 commit 2b3bbb1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/Jamfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,10 @@ run test_tgamma.cpp ;
144144
run test_to_chars.cpp ;
145145
run test_to_string.cpp ;
146146
run test_zeta.cpp ;
147+
148+
# Run the examples too
149+
run ../examples/adl.cpp ;
150+
run ../examples/basic_construction.cpp ;
151+
run ../examples/charconv.cpp ;
152+
run ../examples/literals.cpp ;
153+
run ../examples/rounding_mode.cpp ;

0 commit comments

Comments
 (0)