diff options
author | Jan Niklas Hasse <jhasse@bixense.com> | 2019-05-28 12:58:03 (GMT) |
---|---|---|
committer | Jan Niklas Hasse <jhasse@bixense.com> | 2020-11-18 13:13:50 (GMT) |
commit | 836abffe5eb34485e755a6976815656d28984e92 (patch) | |
tree | e9d450bd1abe73340d25ee4dfd459b100e0c8347 /appveyor.yml | |
parent | a30ccaef7314f5aa858ba3167af08be4b518d960 (diff) | |
download | Ninja-836abffe5eb34485e755a6976815656d28984e92.zip Ninja-836abffe5eb34485e755a6976815656d28984e92.tar.gz Ninja-836abffe5eb34485e755a6976815656d28984e92.tar.bz2 |
Use GoogleTest instead of our own framework
Fixes #1248.
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml index f0b92b8..7859e97 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,7 +30,6 @@ for: pacman -S --quiet --noconfirm --needed re2c 2>&1\n ./configure.py --bootstrap --platform mingw 2>&1\n ./ninja all\n - ./ninja_test 2>&1\n ./misc/ninja_syntax_test.py 2>&1\n\"@" - matrix: @@ -44,8 +43,6 @@ for: ninja.bootstrap.exe all - ninja_test - python misc/ninja_syntax_test.py - matrix: @@ -54,7 +51,6 @@ for: build_script: - ./configure.py --bootstrap - ./ninja all - - ./ninja_test - misc/ninja_syntax_test.py - misc/output_test.py |