[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
+3 -2
View File
@@ -51,5 +51,6 @@ Pigz cannot do parallel decompression, it simply does each of reading, decompres
## Tests
Tests require that you have [gtest](https://github.com/google/googletest) installed.
Modify `GTEST_INC` and `GTEST_LIB` in `test/Makefile` and `utils/test/Makefile` to work for your install of gtest.
Then run `make test` in the `contrib/pzstd` directory.
Set `GTEST_INC` and `GTEST_LIB` in `Makefile` to specify the location of the gtest headers and libraries.
Alternatively, run `make googletest`, which will clone googletest and build it.
Run `make tests && make check` to run tests.