mirror of
https://github.com/tuneinsight/lattigo.git
synced 2025-09-13 03:27:14 +00:00
Fixed Makefile target
This commit is contained in:
3
Makefile
3
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user