From af52b65c2f3cb603bbdf69113fc6d4e258a8fb14 Mon Sep 17 00:00:00 2001 From: Jiri Vlasak Date: Sun, 21 Nov 2021 22:53:04 +0100 Subject: [PATCH] Rename compare to vorobieva --- CMakeLists.txt | 4 ++-- src/{compare_isp.cc => compare_to_vorobieva.cc} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename src/{compare_isp.cc => compare_to_vorobieva.cc} (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index a27f99b..f09e0b5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,8 +23,8 @@ target_link_libraries(compute_pslot_table pslot) add_executable(prove_parallel_slot src/prove_parallel_slot.cc) target_link_libraries(prove_parallel_slot pslot) -add_executable(compare_isp src/compare_isp.cc) -target_link_libraries(compare_isp pslot) +add_executable(compare_to_vorobieva src/compare_to_vorobieva.cc) +target_link_libraries(compare_to_vorobieva pslot) if (SKIP_UT) return() diff --git a/src/compare_isp.cc b/src/compare_to_vorobieva.cc similarity index 100% rename from src/compare_isp.cc rename to src/compare_to_vorobieva.cc -- 2.39.2