Add testcase for exception handling code.

This commit is contained in:
Joachim Bauch
2019-02-24 14:42:48 +01:00
parent f89837636a
commit bf23ebf03c
4 changed files with 81 additions and 1 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ test-relocate.dll: $(DLL_OBJ)
$(CXX) $(LDFLAGS_DLL) $(LDFLAGS) -Wl,--image-base -Wl,0x20000000 -o $@ $(DLL_OBJ)
test-exports.dll: SampleExports.o
$(CXX) $(LDFLAGS_DLL) $(LDFLAGS) -o $@ SampleExports.o
$(CXX) $(LDFLAGS_DLL) $(LDFLAGS) -static -lstdc++ -dynamic -o $@ SampleExports.o
SampleExports.cpp: generate-exports.sh
./generate-exports.sh