enable cryfs-test on osx

This commit is contained in:
Sebastian Messmer 2018-05-27 19:47:32 -07:00
parent 95d9dc1557
commit 1af0888c3e
1 changed files with 1 additions and 1 deletions

View File

@ -24,10 +24,10 @@ make -j$NUMCORES
./test/parallelaccessstore/parallelaccessstore-test
./test/blockstore/blockstore-test
./test/blobstore/blobstore-test
./test/cryfs/cryfs-test
# TODO Also run on osx once fixed
if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
./test/fspp/fspp-test
./test/cryfs/cryfs-test
./test/cryfs-cli/cryfs-cli-test
fi