You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, if I want to build libCellML and run the test, I need to do something like:
mkdir build
cd build
cmake -G Ninja ..
ninja
ninja test
while it would be nice if I could simply call ninja test rather than first ninja and then ninja test. In fact, it would be nice if we could build any target without first having to call ninja or something else.
The text was updated successfully, but these errors were encountered:
Right now, if I want to build libCellML and run the test, I need to do something like:
while it would be nice if I could simply call
ninja test
rather than firstninja
and thenninja test
. In fact, it would be nice if we could build any target without first having to callninja
or something else.The text was updated successfully, but these errors were encountered: