codes-org / codes

The Co-Design of Exascale Storage Architectures (CODES) simulation framework builds upon the ROSS parallel discrete event simulation engine to provide high-performance simulation utilities and models for building scalable distributed systems simulations
Other
40 stars 16 forks source link

Extending CMake configuration to use CTest #233

Closed helq closed 5 months ago

helq commented 1 year ago

After compiling, if ctest is enabled, one can simply run:

cd build/ ctest

And all tests will be run.

CTest runs the same tests as the autoconf version except for the archived models (under src/network-workloads/archived/), which are not compiled by CMake.