|
|
|
|
@ -70,5 +70,5 @@ endforeach()
|
|
|
|
|
# Tests that are more than a single file.
|
|
|
|
|
addtest_flags(CXXExceptions "-O0" "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_opttimised "-O3" "minRep2.mm;minRepM.m;Test.m")
|
|
|
|
|
addtest_flags(ObjCXXEHInterop "-O0" "ObjCXXEHInterop.mm;ObjCXXEHInterop.m;Test.m")
|
|
|
|
|
addtest_flags(ObjCXXEHInterop_optimised "-O3" "ObjCXXEHInterop.mm;ObjCXXEHInterop.m;Test.m")
|
|
|
|
|
|