mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix config for C++14
This commit is contained in:
parent
3d89eae1e9
commit
d0d2b677bc
20 changed files with 41 additions and 14 deletions
|
@ -71,10 +71,12 @@
|
|||
#include "./swap_element_copy.cpp"
|
||||
#include "./random_swap.cpp"
|
||||
#include "./random_swap_result.cpp"
|
||||
#include "./bogo_sort.cpp"
|
||||
#include "./bogo_sort_result.cpp"
|
||||
#include "./bozo_sort.cpp"
|
||||
#include "./bozo_sort_result.cpp"
|
||||
#ifndef TESTSPR_CONFIG_DISABLE_MONKEY_SORT_TEST
|
||||
# include "./bogo_sort.cpp"
|
||||
# include "./bogo_sort_result.cpp"
|
||||
# include "./bozo_sort.cpp"
|
||||
# include "./bozo_sort_result.cpp"
|
||||
#endif
|
||||
|
||||
#ifdef TESTSPR_CPP_INCLUDE_DISABLE_SPROUT_LIBS_ALGORITHM_TEST_MODIFYIING_CPP
|
||||
# undef TESTSPR_CPP_INCLUDE
|
||||
|
@ -140,10 +142,12 @@ namespace testspr {
|
|||
testspr::algorithm_swap_element_copy_test();
|
||||
testspr::algorithm_random_swap_test();
|
||||
testspr::algorithm_random_swap_result_test();
|
||||
#ifndef TESTSPR_CONFIG_DISABLE_MONKEY_SORT_TEST
|
||||
testspr::algorithm_bogo_sort_test();
|
||||
testspr::algorithm_bogo_sort_result_test();
|
||||
testspr::algorithm_bozo_sort_test();
|
||||
testspr::algorithm_bozo_sort_result_test();
|
||||
#endif
|
||||
}
|
||||
} // namespace testspr
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue