2
0
mirror of https://github.com/boostorg/spirit.git synced 2026-01-19 04:42:11 +00:00

X3.Tests: Missing calc4b in the Jamfile

This commit is contained in:
Nikita Kniazev
2018-04-26 14:42:02 +03:00
parent 1e0e0f29ba
commit 8a5eeb7dc1

View File

@@ -33,6 +33,7 @@ build-project rexpr/rexpr_full ;
exe x3_calc1 : calc/calc1.cpp ;
exe x3_calc2 : calc/calc2.cpp ;
exe x3_calc4 : calc/calc4.cpp ;
exe x3_calc4b : calc/calc4b.cpp ;
exe x3_calc5 : calc/calc5.cpp ;
exe x3_calc6 : calc/calc6.cpp ;