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
10 changes: 1 addition & 9 deletions roottest/root/dataframe/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -215,15 +215,7 @@ ROOTTEST_ADD_TEST(typeguessing
OUTREF test_typeguessing.ref
FIXTURES_REQUIRED root-dataframe-typeguessing-fixture)

ROOTTEST_GENERATE_EXECUTABLE(misc
test_misc.cxx
LIBRARIES ${DFLIBRARIES} GenVector
FIXTURES_SETUP root-dataframe-misc-fixture)

ROOTTEST_ADD_TEST(misc
EXEC ./misc
OUTREF test_misc.ref
FIXTURES_REQUIRED root-dataframe-misc-fixture)
ROOT_ADD_GTEST(misc test_misc.cxx LIBRARIES ROOT::ROOTDataFrame ROOT::GenVector)

ROOTTEST_ADD_TEST(ctors
MACRO test_ctors.C+
Expand Down
Loading
Loading