[pzstd] Add tests to appveyor MinGW64

This commit is contained in:
Nick Terrell 2016-09-22 19:00:54 -07:00
parent 5ca471990b
commit cd5c52fe37

View File

@ -52,6 +52,8 @@ build_script:
ECHO *** &&
ECHO make -C contrib\pzstd pzstd &&
make -C contrib\pzstd pzstd &&
make -C contrib\pzstd googletest-mingw64 &&
make -C contrib\pzstd test &&
make -C contrib\pzstd clean
)
- if [%COMPILER%]==[gcc] (