Test that all API symbols are exported

This commit is contained in:
Nick Terrell
2016-12-16 13:29:23 -08:00
parent 8de46ab51a
commit 61e62c014f
5 changed files with 164 additions and 5 deletions
+2 -1
View File
@@ -63,7 +63,8 @@ build_script:
make -v &&
cc -v &&
ECHO make %MAKE_PARAMS% &&
make %MAKE_PARAMS%
make %MAKE_PARAMS% &&
make -C tests test-symbols
)
- if [%COMPILER%]==[gcc] if [%PLATFORM%]==[mingw64] (
COPY programs\zstd.exe bin\zstd.exe &&