travis: Re-enable most tests

This commit is contained in:
MerryMage
2020-04-13 20:00:17 +01:00
parent 5ea3fe58c6
commit fb2dc2f55c
3 changed files with 32 additions and 30 deletions

View File

@@ -12,4 +12,4 @@ mkdir build && cd build
cmake .. -DBoost_INCLUDE_DIRS=${PWD}/../externals/ext-boost -DCMAKE_BUILD_TYPE=Release -DDYNARMIC_USE_LLVM=1 -DDYNARMIC_TESTS_USE_UNICORN=1 -DDYNARMIC_ENABLE_CPU_FEATURE_DETECTION=0 -G Ninja
ninja
./tests/dynarmic_tests --durations yes
./tests/dynarmic_tests --durations yes "~A32:*" "~Fuzz Thumb instructions set 1"

View File

@@ -12,4 +12,4 @@ mkdir build && cd build
cmake .. -DBoost_INCLUDE_DIRS=${PWD}/../externals/ext-boost -DCMAKE_BUILD_TYPE=Release -DDYNARMIC_USE_LLVM=1 -DDYNARMIC_TESTS_USE_UNICORN=1 -G Ninja
ninja
./tests/dynarmic_tests --durations yes
./tests/dynarmic_tests --durations yes "~A32:*" "~Fuzz Thumb instructions set 1"