We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275f123 commit 545ef73Copy full SHA for 545ef73
1 file changed
CMakeLists.txt
@@ -346,9 +346,9 @@ set(TEST_SOURCES ${COMMON_TEST_SOURCES})
346
347
# Conditionally add rlp test sources if BITE is enabled
348
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"
+ file(GLOB_RECURSE BITE_TEST_SOURCES
+ "tests/unit/bite/*.cpp"
+ "tests/e2e/bite/*.cpp"
352
)
353
list(APPEND TEST_SOURCES ${BITE_TEST_SOURCES} libBLS/test/utils.cpp)
354
0 commit comments