Skip to content
Snippets Groups Projects
Commit d3063647 authored by Enrico Guiraud's avatar Enrico Guiraud Committed by Danilo Piparo
Browse files

[DF][NFC] Comment dataframe/test/CMakeLists.txt

parent dcfc7601
Branches
Tags
No related merge requests found
# @author Danilo Piparo CERN, Enrico Guiraud CERN
#### C++ TESTS ####
ROOT_ADD_GTEST(dataframe_friends dataframe_friends.cxx LIBRARIES ROOTDataFrame)
ROOT_ADD_GTEST(dataframe_alias dataframe_aliases.cxx LIBRARIES ROOTDataFrame)
ROOT_ADD_GTEST(dataframe_cache dataframe_cache.cxx LIBRARIES ROOTDataFrame)
......@@ -23,6 +24,7 @@ if (imt)
endif()
ROOT_ADD_GTEST(datasource_more datasource_more.cxx LIBRARIES ROOTDataFrame)
# deactivate until sporadic crashes are understood, see ROOT-9174
#ROOT_ADD_GTEST(datasource_root datasource_root.cxx LIBRARIES ROOTDataFrame)
ROOT_ADD_GTEST(datasource_trivial datasource_trivial.cxx LIBRARIES ROOTDataFrame)
configure_file(RCsvDS_test_headers.csv . COPYONLY)
......@@ -39,6 +41,8 @@ endif()
ROOT_ADD_GTEST(datasource_csv datasource_csv.cxx LIBRARIES ROOTDataFrame)
ROOT_ADD_GTEST(datasource_lazy datasource_lazy.cxx LIBRARIES ROOTDataFrame)
#### PYTHON TESTS ####
ROOT_ADD_PYUNITTEST(dataframe_misc dataframe_misc.py)
ROOT_ADD_PYUNITTEST(dataframe_histograms dataframe_histograms.py)
# deactivate until Cache will be available through PyROOT
#ROOT_ADD_PYUNITTEST(dataframe_cache dataframe_cache.py)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment