aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-10-04 23:21:15 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-10-04 23:21:15 +0300
commit393d734bb871ceff4de5dcf914cf654586539fa3 (patch)
tree9ba989c94da0748a1f3aef8cda2ec81b75ef6d5e /.appveyor.yml
parentcmake: WINAPI_UTF8_ENABLE_TESTS -> WINAPI_UTF8_TESTS (diff)
downloadwinapi-utf8-393d734bb871ceff4de5dcf914cf654586539fa3.tar.gz
winapi-utf8-393d734bb871ceff4de5dcf914cf654586539fa3.zip
unit_tests -> winapi-utf8-unit-tests
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 366c147..d81f614 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -40,7 +40,7 @@ after_build:
- appveyor.exe PushArtifact "%APPVEYOR_PROJECT_NAME%-%PLATFORM%-%CONFIGURATION%.zip"
test_script:
- - '"%install_dir%\bin\test\unit_tests.exe" --log_level=all'
+ - '"%install_dir%\bin\winapi-utf8-unit-tests.exe"'
for:
# Only build Release builds on master to speed things up: