1
0
mirror of synced 2025-07-27 23:41:48 +03:00

Add API compatibility check tool

This commit is contained in:
yhirose
2025-02-11 17:48:31 -05:00
parent 1880693aef
commit d7c14b6f3a
3 changed files with 120 additions and 0 deletions

View File

@ -42,6 +42,9 @@ test : test.cc include_httplib.cc ../httplib.h Makefile cert.pem
test_split : test.cc ../httplib.h httplib.cc Makefile cert.pem
$(CXX) -o $@ $(CXXFLAGS) test.cc httplib.cc $(TEST_ARGS)
check_abi:
@./check-shared-library-abi-compatibility.sh
test_proxy : test_proxy.cc ../httplib.h Makefile cert.pem
$(CXX) -o $@ -I.. $(CXXFLAGS) test_proxy.cc $(TEST_ARGS)