[pzstd] Remove gtest dependency from make all

This commit is contained in:
Nick Terrell
2016-11-14 11:56:28 -08:00
parent 1f0b09dc4c
commit 324c8ab000
4 changed files with 17 additions and 11 deletions
+2 -1
View File
@@ -51,7 +51,8 @@ build_script:
ECHO *** Building pzstd for %PLATFORM% &&
ECHO *** &&
make -C contrib\pzstd googletest-mingw64 &&
make -C contrib\pzstd all &&
make -C contrib\pzstd pzstd.exe &&
make -C contrib\pzstd tests &&
make -C contrib\pzstd check &&
make -C contrib\pzstd clean
)