From 8a5eeb7dc1c611a927129e7287ce17bc367ef064 Mon Sep 17 00:00:00 2001 From: Nikita Kniazev Date: Thu, 26 Apr 2018 14:42:02 +0300 Subject: [PATCH] X3.Tests: Missing calc4b in the Jamfile --- example/x3/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/example/x3/Jamfile b/example/x3/Jamfile index 0354cbcaa..0e226d73f 100644 --- a/example/x3/Jamfile +++ b/example/x3/Jamfile @@ -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 ;