File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313test : test-without-optimization test-with-optimization test-with-cpp98 test-with-cpp11
1414
1515test-without-optimization : test/test.cpp timsort.hpp .bin
16- $(COMPILE ) $(LIB_BOOST_TEST ) $< -o .bin/$@
16+ $(COMPILE ) $< $ (LIB_BOOST_TEST ) -o .bin/$@
1717 time ./.bin/$@
1818
1919test-with-optimization : test/test.cpp timsort.hpp .bin
20- $(COMPILE ) $(OPTIMIZE ) $(LIB_BOOST_TEST ) $< -o .bin/$@
20+ $(COMPILE ) $(OPTIMIZE ) $< $ (LIB_BOOST_TEST ) -o .bin/$@
2121 time ./.bin/$@
2222
2323test-with-cpp98 : test/test.cpp timsort.hpp .bin
24- $(COMPILE ) $( LIB_BOOST_TEST ) -std=c++98 $< -o .bin/$@
24+ $(COMPILE ) -std=c++98 $< $( LIB_BOOST_TEST ) -o .bin/$@
2525 time ./.bin/$@
2626
2727test-with-cpp11 : test/test.cpp timsort.hpp .bin
28- $(COMPILE ) $( LIB_BOOST_TEST ) -std=c++11 $< -o .bin/$@
28+ $(COMPILE ) -std=c++11 $< $( LIB_BOOST_TEST ) -o .bin/$@
2929 time ./.bin/$@
3030
3131bench : example/bench.cpp timsort.hpp .bin
You can’t perform that action at this time.
0 commit comments