Skip to content

Commit 545ef73

Browse files
committed
IS-1426 minimal CMakeLists.txt update
1 parent 275f123 commit 545ef73

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,9 @@ set(TEST_SOURCES ${COMMON_TEST_SOURCES})
346346

347347
# Conditionally add rlp test sources if BITE is enabled
348348
if (DEFINED BITE)
349-
file(GLOB_RECURSE BITE_TEST_SOURCES "tests/unit/bite/*.cpp")
350-
list(APPEND BITE_TEST_SOURCES
351-
"tests/e2e/bite/ReencryptionRandomConsensusTests.cpp"
349+
file(GLOB_RECURSE BITE_TEST_SOURCES
350+
"tests/unit/bite/*.cpp"
351+
"tests/e2e/bite/*.cpp"
352352
)
353353
list(APPEND TEST_SOURCES ${BITE_TEST_SOURCES} libBLS/test/utils.cpp)
354354

0 commit comments

Comments
 (0)