mirror of
https://github.com/boostorg/system.git
synced 2025-07-29 12:07:13 +02:00
Fix test file names
This commit is contained in:
@ -172,5 +172,5 @@ boost_test(TYPE compile-fail SOURCES result_or_value_fail.cpp)
|
||||
boost_test(TYPE compile-fail SOURCES result_or_value_fail2.cpp)
|
||||
boost_test(TYPE run SOURCES result_or_fn0v.cpp)
|
||||
boost_test(TYPE run SOURCES result_or_fn0r.cpp)
|
||||
boost_test(TYPE run SOURCES result_and_fn0v.cpp)
|
||||
boost_test(TYPE run SOURCES result_and_fn0r.cpp)
|
||||
boost_test(TYPE run SOURCES result_and_fn1v.cpp)
|
||||
boost_test(TYPE run SOURCES result_and_fn1r.cpp)
|
||||
|
@ -202,5 +202,5 @@ compile-fail result_or_value_fail.cpp : $(CPP11) ;
|
||||
compile-fail result_or_value_fail2.cpp : $(CPP11) ;
|
||||
run result_or_fn0v.cpp : : : $(CPP11) ;
|
||||
run result_or_fn0r.cpp : : : $(CPP11) ;
|
||||
run result_and_fn0v.cpp : : : $(CPP11) ;
|
||||
run result_and_fn0r.cpp : : : $(CPP11) ;
|
||||
run result_and_fn1v.cpp : : : $(CPP11) ;
|
||||
run result_and_fn1r.cpp : : : $(CPP11) ;
|
||||
|
Reference in New Issue
Block a user