From 4dc8cf424e7ca89fdbb126ff8ed9554392bdfbe2 Mon Sep 17 00:00:00 2001 From: klemens-morgenstern Date: Fri, 15 Apr 2016 23:05:44 +0200 Subject: [PATCH] reverted errornous commit --- test/Jamfile.jam | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/test/Jamfile.jam b/test/Jamfile.jam index 9ba0e2b9..84f2f2d0 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -10,13 +10,10 @@ project : requirements # /boost//headers # /boost//system - ../include - msvc:_SCL_SECURE_NO_WARNINGS windows:WIN32_LEAN_AND_MEAN linux:-lpthread gcc:-std=gnu++11 - -lws2_32 ; searched-lib shell32 ; @@ -24,11 +21,11 @@ searched-lib shell32 ; import testing ; -lib program_options : : F:/boost-git/lib64/libboost_program_options-mgw-mt-d-1_60.a ; -lib filesystem : : F:/boost-git/lib64/libboost_filesystem-mgw-mt-d-1_60.a ; -lib iostreams : : F:/boost-git/lib64/libboost_iostreams-mgw-mt-d-1_60.a ; -lib system : : F:/boost-git/lib64/libboost_system-mgw-mt-d-1_60.a ; -lib thread : : F:/boost-git/lib64/libboost_thread-mgw-mt-d-1_60.a ; +alias program_options : /boost//program_options ; +alias filesystem : /boost//filesystem ; +alias iostreams : /boost//iostreams ; +alias system : /boost//system ; +alias thread : /boost//thread ; exe sparring_partner : sparring_partner.cpp program_options : off @@ -54,7 +51,7 @@ test-suite ts : [ run search_path.cpp filesystem system : : : windows:shell32 ] [ run shell_path.cpp filesystem system ] # [ run show_window.cpp iostreams system : : sparring_partner : no windows:yes ] - [ run start_dir.cpp iostreams filesystem system : : sparring_partner ] + [ run start_in_dir.cpp iostreams filesystem system : : sparring_partner ] [ run terminate.cpp system : : sparring_partner ] [ run throw_on_error.cpp system : : sparring_partner ] [ run wait.cpp system : : sparring_partner ]