aboutsummaryrefslogtreecommitdiff
path: root/ci/run_tests.bat
diff options
context:
space:
mode:
authorOndřej Čertík <ondrej@certik.us>2020-07-21 16:26:49 -0600
committerOndřej Čertík <ondrej@certik.us>2020-07-21 16:26:49 -0600
commit2506e0a8c1ffff60a7058142ac2f2d5325395085 (patch)
tree3ddf852142cc21d6222934f14586b9e51ecfc402 /ci/run_tests.bat
parent706f8a606ae42c162faff4def29cdd187f3b020a (diff)
downloadfpm-2506e0a8c1ffff60a7058142ac2f2d5325395085.tar.gz
fpm-2506e0a8c1ffff60a7058142ac2f2d5325395085.zip
Run hello_world
Diffstat (limited to 'ci/run_tests.bat')
-rwxr-xr-xci/run_tests.bat3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/run_tests.bat b/ci/run_tests.bat
index 258eae8..dcc9a8a 100755
--- a/ci/run_tests.bat
+++ b/ci/run_tests.bat
@@ -17,3 +17,6 @@ if errorlevel 1 exit 1
..\..\..\fpm\fpm build
if errorlevel 1 exit 1
+
+.\hello_world
+if errorlevel 1 exit 1