]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
[pzstd] Add tests to appveyor MinGW64 382/head
authorNick Terrell <terrelln@fb.com>
Fri, 23 Sep 2016 02:00:54 +0000 (19:00 -0700)
committerNick Terrell <terrelln@fb.com>
Fri, 23 Sep 2016 02:00:54 +0000 (19:00 -0700)
appveyor.yml

index 8f4e4504419956b0491777746919b75c85120c07..6345c7b3964cdecd754fa057723fac4a568bf64e 100644 (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] (