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