1
0
Fork 0
mirror of https://git.suyu.dev/suyu/dynarmic.git synced 2025-03-05 13:45:36 +00:00

travis: Print current test information

This commit is contained in:
MerryMage 2018-01-14 20:38:28 +00:00
parent c34639f33d
commit cc6071d667
2 changed files with 2 additions and 2 deletions

View file

@ -11,4 +11,4 @@ mkdir build && cd build
cmake .. -DBoost_INCLUDE_DIRS=${PWD}/../externals/ext-boost -DCMAKE_BUILD_TYPE=Release
make -j4
ctest -VV -C Release
./tests/dynarmic_tests --durations yes

View file

@ -12,4 +12,4 @@ mkdir build && cd build
cmake .. -DBoost_INCLUDE_DIRS=${PWD}/../externals/ext-boost -DCMAKE_BUILD_TYPE=Release -DDYNARMIC_TESTS_USE_UNICORN=1
make -j4
ctest -VV -C Release
./tests/dynarmic_tests --durations yes