From 4e8a9d235a4d886397397c103c10d40d339aa95f Mon Sep 17 00:00:00 2001 From: Vasiliy Olekhov Date: Tue, 21 May 2024 19:28:37 +0300 Subject: [PATCH] cmake bump #330 --- cmake/modules | 2 +- test/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cmake/modules b/cmake/modules index 57639741e..5e6b354ea 160000 --- a/cmake/modules +++ b/cmake/modules @@ -1 +1 @@ -Subproject commit 57639741ecf018835deb97a04db2200241d7fbd3 +Subproject commit 5e6b354eaa69f6a275992e08220e925c34ba0a19 diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index efecc1575..bb0109f58 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -103,6 +103,7 @@ set(TESTS_NAMES "systems/plonk/pickles/to_field" "systems/plonk/pickles/to_group" + "systems/plonk/placeholder/placeholder" "systems/plonk/placeholder/placeholder_circuits" "systems/plonk/placeholder/placeholder_lookup_argument" "systems/plonk/placeholder/placeholder_gate_argument"