2021-05-08 00:08:01 +05:30

11 lines
192 B
Bash

#!/bin/sh
set -e
set -x
mkdir build && cd build
cmake .. -DBoost_INCLUDE_DIRS=${PWD}/../externals/ext-boost -DCMAKE_BUILD_TYPE=Release -G Ninja
ninja
./tests/dynarmic_tests --durations yes