Skip to content

Commit b3a4713

Browse files
committed
[test] Do not run TTabCom tests if minimal=ON
1 parent 4339c67 commit b3a4713

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

core/rint/test/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# For the licensing terms see $ROOTSYS/LICENSE.
55
# For the list of contributors see $ROOTSYS/README/CREDITS.
66

7-
ROOT_ADD_GTEST(TTabComTests TTabComTests.cxx LIBRARIES Rint)
7+
if(NOT minimal)
8+
ROOT_ADD_GTEST(TTabComTests TTabComTests.cxx LIBRARIES Rint)
9+
endif()
810
ROOT_ADD_GTEST(TRintTests TRintTests.cxx LIBRARIES Rint)
911

0 commit comments

Comments
 (0)