How to run Unit Test for roofit

I have build root from source with the testing . Im not able to know how to run unit test for RooFit alone.
Now i am just using ctest -j4 , which is running all the tests.


ROOT Version: Not Provided
Platform: Ubuntu
Compiler: Not Provided


Try: ctest -j4 -R "roofit"

See Testing With CMake and CTest

-R <regex> Run tests matching regular expression

1 Like