aboutsummaryrefslogtreecommitdiff
path: root/ci/run_tests.bat
diff options
context:
space:
mode:
authorLaurence Kedward <laurence.kedward@bristol.ac.uk>2020-10-20 17:01:36 +0100
committerGitHub <noreply@github.com>2020-10-20 17:01:36 +0100
commitad9ebadbde4405a544e5cf32f1f5d3507a7e2dfd (patch)
tree2d68be9ad477c914a4a5733beed2bf66b5ba2cba /ci/run_tests.bat
parent49de89e8608da15a04bed388e2d1774e1737acd8 (diff)
parenteebe0ff0be5e4541dd00951fc593409eb92ea737 (diff)
downloadfpm-ad9ebadbde4405a544e5cf32f1f5d3507a7e2dfd.tar.gz
fpm-ad9ebadbde4405a544e5cf32f1f5d3507a7e2dfd.zip
Merge pull request #193 from LKedward/local-depends
Local path and remote git dependencies
Diffstat (limited to 'ci/run_tests.bat')
-rwxr-xr-xci/run_tests.bat25
1 files changed, 25 insertions, 0 deletions
diff --git a/ci/run_tests.bat b/ci/run_tests.bat
index 76e5349..645fd49 100755
--- a/ci/run_tests.bat
+++ b/ci/run_tests.bat
@@ -15,6 +15,7 @@ if errorlevel 1 exit 1
build\gfortran_debug\app\fpm
if errorlevel 1 exit 1
+
cd ..\test\example_packages\hello_world
if errorlevel 1 exit 1
@@ -25,6 +26,30 @@ if errorlevel 1 exit 1
if errorlevel 1 exit 1
+cd ..\hello_fpm
+if errorlevel 1 exit 1
+
+..\..\..\fpm\build\gfortran_debug\app\fpm build
+if errorlevel 1 exit 1
+
+.\build\gfortran_debug\app\hello_fpm
+if errorlevel 1 exit 1
+
+
+cd ..\circular_test
+if errorlevel 1 exit 1
+
+..\..\..\fpm\build\gfortran_debug\app\fpm build
+if errorlevel 1 exit 1
+
+
+cd ..\circular_example
+if errorlevel 1 exit 1
+
+..\..\..\fpm\build\gfortran_debug\app\fpm build
+if errorlevel 1 exit 1
+
+
cd ..\hello_complex
if errorlevel 1 exit 1