c3sr / pangolin

6 stars 0 forks source link

Run only a subset of tests when no GPU is present #36

Open cwpearson opened 5 years ago

cwpearson commented 5 years ago

Probably use CMake to label certain tests as GPU, probably like

set_tests_properties(FirstTest PROPERTIES LABELS "gpu")

And then ctest -L "^gpu" to skip all tests that require a GPU