Skip to content

Commit 5730423

Browse files
committed
Remove Recorder unit test
Commented Recorder unit test from CMakelists.txt because haven't yet merged those commits into release. Will need to make sure that this line get uncommented later.
1 parent 07b37bc commit 5730423

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,8 @@ add_executable(tests
357357
Testing/UnitTesting/RNGFactoryTests.cpp
358358
Testing/Utils/ParameterManagerTests.cpp
359359
Testing/Utils/CircularBufferTests.cpp
360-
Testing/UnitTesting/XmlRecorderTests.cpp)
360+
# Testing/UnitTesting/XmlRecorderTests.cpp)
361+
)
361362

362363
# Links the Googletest framework with the testing executable
363364
target_link_libraries(tests gtest gtest_main)

0 commit comments

Comments
 (0)