From b42879a8c9053ff66e20191b15973a073fb640d2 Mon Sep 17 00:00:00 2001 From: Vladislav Zavialov Date: Wed, 24 Apr 2024 15:18:43 +0300 Subject: [PATCH] motoko-san: enable viper tests --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index bec85b8111d..53ac8b333b7 100644 --- a/default.nix +++ b/default.nix @@ -509,7 +509,7 @@ rec { run-deser = test_subdir "run-deser" [ deser ]; perf = perf_subdir "perf" [ moc nixpkgs.drun ]; bench = perf_subdir "bench" [ moc nixpkgs.drun ic-wasm ]; - # viper = test_subdir "viper" [ moc nixpkgs.which nixpkgs.openjdk nixpkgs.z3 ]; + viper = test_subdir "viper" [ moc nixpkgs.which nixpkgs.openjdk nixpkgs.z3 ]; inherit qc lsp unit candid profiling-graphs coverage; }) // { recurseForDerivations = true; };