Rename files.

minRep is not actually an informative name for a test case.
main
David Chisnall 8 years ago
parent 9115a909b1
commit 760bb785aa

@ -70,5 +70,5 @@ endforeach()
# Tests that are more than a single file. # Tests that are more than a single file.
addtest_flags(CXXExceptions "-O0" "CXXException.m;CXXException.cc;Test.m") addtest_flags(CXXExceptions "-O0" "CXXException.m;CXXException.cc;Test.m")
addtest_flags(CXXExceptions_optimised "-O3" "CXXException.m;CXXException.cc;Test.m") addtest_flags(CXXExceptions_optimised "-O3" "CXXException.m;CXXException.cc;Test.m")
addtest_flags(ObjCXXEHInterop "-O0" "minRep2.mm;minRepM.m;Test.m") addtest_flags(ObjCXXEHInterop "-O0" "ObjCXXEHInterop.mm;ObjCXXEHInterop.m;Test.m")
addtest_flags(ObjCXXEHInterop_opttimised "-O3" "minRep2.mm;minRepM.m;Test.m") addtest_flags(ObjCXXEHInterop_optimised "-O3" "ObjCXXEHInterop.mm;ObjCXXEHInterop.m;Test.m")

Loading…
Cancel
Save