Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions math/genvector/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,21 @@ ROOT_EXECUTABLE(testVectorIO testVectorIO.cxx LIBRARIES GenVector Tree Hist Gpad
ROOT_ADD_TEST(test-genvector-vectorio COMMAND testVectorIO
COPY_TO_BUILDDIR ${CMAKE_CURRENT_SOURCE_DIR}/Track.h)

REFLEX_GENERATE_DICTIONARY(GVTrackDictXml Track.h SELECTION TrackDict.xml)
ROOT_GENERATE_DICTIONARY(GVTrackDict Track.h LINKDEF TrackLinkDef.h OPTIONS -inlineInputHeader)
ROOT_EXECUTABLE(testVectorIOdict testVectorIO.cxx GVTrackDict.cxx LIBRARIES GenVector Tree Hist Gpad Physics)
Comment thread
ferdymercury marked this conversation as resolved.
Comment thread
ferdymercury marked this conversation as resolved.
ROOT_EXECUTABLE(testVectorIOdictxml testVectorIO.cxx GVTrackDictXml.cxx LIBRARIES GenVector Tree Hist Gpad Physics)
target_include_directories(testVectorIOdict PRIVATE ./)
if (DEFINED ENV{USE_REFLEX})
target_compile_definitions(testVectorIOdict PRIVATE USE_REFLEX)
endif()
target_include_directories(testVectorIOdict PRIVATE ./)
target_include_directories(testVectorIOdictXml PRIVATE ./)
target_compile_definitions(testVectorIOdictXml PRIVATE USE_REFLEX)
ROOT_ADD_TEST(test-genvector-vectoriodict COMMAND testVectorIOdict
Comment thread
ferdymercury marked this conversation as resolved.
COPY_TO_BUILDDIR ${CMAKE_CURRENT_SOURCE_DIR}/Track.h)
Comment thread
ferdymercury marked this conversation as resolved.
ROOT_ADD_TEST(test-genvector-vectoriodictxml COMMAND testVectorIOdictXml)

ROOT_EXECUTABLE(coordinates3D coordinates3D.cxx LIBRARIES GenVector)
ROOT_ADD_TEST(test-genvector-coordinates3D COMMAND coordinates3D)

Expand Down
207 changes: 0 additions & 207 deletions math/genvector/test/Makefile

This file was deleted.

114 changes: 0 additions & 114 deletions math/mathcore/test/fit/Makefile

This file was deleted.

2 changes: 2 additions & 0 deletions math/smatrix/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,5 @@ ROOT_GENERATE_DICTIONARY(G__Smatrix32
Core
MathCore
)

ROOT_ADD_TEST_SUBDIRECTORY(test)
Loading
Loading