git commit -m "Fix test-suite's make clean to clean cpp11 testcases
Always clean cpp11 tests even if --enable-cpp11-testing is not active May result in cpp11 tests being deleted twice though" ../
This commit is contained in:
parent
cbd9bd6d71
commit
27d6f5c2fe
1 changed files with 1 additions and 0 deletions
|
|
@ -787,6 +787,7 @@ BROKEN_TEST_CASES = $(CPP_TEST_BROKEN:=.cpptest) \
|
|||
$(C_TEST_BROKEN:=.ctest)
|
||||
|
||||
ALL_CLEAN = $(CPP_TEST_CASES:=.clean) \
|
||||
$(CPP11_TEST_CASES:=.clean) \
|
||||
$(C_TEST_CASES:=.clean) \
|
||||
$(MULTI_CPP_TEST_CASES:=.clean) \
|
||||
$(CPP_TEST_BROKEN:=.clean) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue