From b354e33c6dd522ff737dbdf598976cf7118f3c79 Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Wed, 26 Feb 2014 20:37:46 +0000 Subject: [PATCH] test/Jamfile Add new test core/intel_test --- test/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jamfile b/test/Jamfile index 01e57ae..d54a8a5 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -22,6 +22,7 @@ local multi-threading = /boost/thread test-suite phoenix_core : [ run core/custom_terminal.cpp ] + [ run core/intel_test.cpp ] [ run core/primitives_tests.cpp ] ;