travis: Print current test information
This commit is contained in:
parent
c34639f33d
commit
cc6071d667
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue