adapted bootstrapping tests and simplified Makefile target

This commit is contained in:
Christian M
2022-07-01 16:43:20 +02:00
parent 05f62ac5bf
commit 76c7754baf
3 changed files with 1 additions and 18 deletions

View File

@@ -2,16 +2,7 @@
.PHONY: test_gotest
test_gotest:
go test -v -timeout=0 ./utils
go test -v -timeout=0 ./ring
go test -v -timeout=0 ./rlwe
go test -v -timeout=0 ./rlwe/lut
go test -v -timeout=0 ./bfv
go test -v -timeout=0 ./dbfv
go test -v -timeout=0 ./ckks
go test -v -timeout=0 ./ckks/advanced
go test -v -timeout=0 ./ckks/bootstrapping -test-bootstrapping -short
go test -v -timeout=0 ./dckks
go test -v -timeout=0 ./...
.PHONY: test_examples
test_examples: