diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 14056326..d5d768c2 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -54,6 +54,9 @@ test-suite config : #input-files : #requirements off + linux:-lpthread + linux:-lrt + gcc:$(OTHERFLAGS) : config_test_no_rtti ] [ run config_test.cpp @@ -61,6 +64,9 @@ test-suite config : #input-files : #requirements off + linux:-lpthread + linux:-lrt + gcc:$(OTHERFLAGS) : config_test_no_except ] [ run config_info.cpp : : : always_show_run_output single msvc:static msvc:static ]