From e5cec238680d2fea75075024139d9e4f201a1b7a Mon Sep 17 00:00:00 2001 From: Quentin Bourgerie Date: Tue, 8 Mar 2022 16:28:13 +0100 Subject: [PATCH] chore(test): Missing test-end-to-end-jit-fhe to test-end-to-end-jit target --- compiler/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/Makefile b/compiler/Makefile index 57086003e..0b6b5caf0 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -178,7 +178,7 @@ test-end-to-end-jit-dfr: build-end-to-end-jit-dfr test-end-to-end-jit-auto-parallelization: build-end-to-end-jit-auto-parallelization $(BUILD_DIR)/bin/end_to_end_jit_auto_parallelization -test-end-to-end-jit: test-end-to-end-jit-test test-end-to-end-jit-clear-tensor test-end-to-end-jit-encrypted-tensor test-end-to-end-jit-fhelinalg test-end-to-end-jit-fhe +test-end-to-end-jit: test-end-to-end-jit-test test-end-to-end-jit-fhe test-end-to-end-jit-clear-tensor test-end-to-end-jit-encrypted-tensor test-end-to-end-jit-fhelinalg show-stress-tests-summary: @echo '------ Stress tests summary ------'