diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-03-24 19:22:40 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-03-27 11:25:22 +0300 |
commit | 10b3c9e5a8ce46cfbc3c80042fcaf6079f6a8a34 (patch) | |
tree | 13cb9beac308afab5ec1188bb73f28beb64eafe2 /.appveyor.yml | |
parent | fix a bug where I failed to account for TCHARs, again (diff) | |
download | winapi-debug-10b3c9e5a8ce46cfbc3c80042fcaf6079f6a8a34.tar.gz winapi-debug-10b3c9e5a8ce46cfbc3c80042fcaf6079f6a8a34.zip |
add some unit tests
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index f07fecf..15b26de 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -36,11 +36,8 @@ after_build: - appveyor.exe PushArtifact "%APPVEYOR_PROJECT_NAME%-%PLATFORM%-%CONFIGURATION%.zip" test_script: - - '"%install_dir%\bin\enum_symbols" --pdb "%install_dir%\bin\symbols.pdb"' - - '"%install_dir%\bin\enum_symbols" --pdb "%install_dir%\bin\symbols.pdb" --mask "foobar!foobar_ns*"' - - '"%install_dir%\bin\enum_symbols" --pdb "%install_dir%\bin\symbols.pdb" --functions --mask "foobar_ns*"' - - - '"%install_dir%\bin\call_stack"' + - '"%install_dir%\bin\test\unit_tests" --log_level=all' + - '"%install_dir%\bin\test\call_stack"' for: # Only build Release builds on master to speed things up: |