mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-07 15:16:28 +00:00
travis: Re-enable most tests
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user