mako icon indicating copy to clipboard operation
mako copied to clipboard

Run all tests

Open katesalazar opened this issue 2 years ago • 0 comments

Run from the build directory. Your mileage may vary. E.g.:

git clone https://github.com/chjj/mako && cd mako/
mkdir build/ && cd build/
cmake ..
make all
../scripts/run_tests.sh

katesalazar avatar May 31 '22 19:05 katesalazar