Fixed Makefile target

This commit is contained in:
Christian M
2020-10-30 09:55:59 +01:00
parent 7e6c81a657
commit c061652bf9

View File

@@ -18,7 +18,8 @@ test_examples:
.PHONY: test_gotest
test_gotest:
go test -v -short -test-bootstrapping -p=1 ./... -timeout=0
go test -v -short -p=1 -timeout=0 ./utils ./ring ./bfv ./dbfv ./dckks
go test -v -short -p=1 -timeout=0 ./ckks -test-bootstrapping
.PHONY: test
test: test_fmt test_gotest test_examples