Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Root
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
为了安全,强烈建议开启2FA双因子认证:User Settings -> Account -> Enable two-factor authentication!!!
Show more breadcrumbs
cxwx
Root
Commits
d3063647
Commit
d3063647
authored
6 years ago
by
Enrico Guiraud
Committed by
Danilo Piparo
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[DF][NFC] Comment dataframe/test/CMakeLists.txt
parent
dcfc7601
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tree/dataframe/test/CMakeLists.txt
+4
-0
4 additions, 0 deletions
tree/dataframe/test/CMakeLists.txt
with
4 additions
and
0 deletions
tree/dataframe/test/CMakeLists.txt
+
4
−
0
View file @
d3063647
# @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)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment