File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,9 @@ if errorlevel 1 exit 1
36
36
.\build\gfortran_debug\app\hello_world
37
37
if errorlevel 1 exit 1
38
38
39
+ %fpm_path% run
40
+ if errorlevel 1 exit 1
41
+
39
42
40
43
cd ..\hello_fpm
41
44
if errorlevel 1 exit 1
@@ -71,6 +74,9 @@ del /q /f build
71
74
%fpm_path% build
72
75
if errorlevel 1 exit 1
73
76
77
+ %fpm_path% test
78
+ if errorlevel 1 exit 1
79
+
74
80
.\build\gfortran_debug\app\say_Hello
75
81
if errorlevel 1 exit 1
76
82
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ rm -rf ./*/build
23
23
cd hello_world
24
24
" ${f_fpm_path} " build
25
25
./build/gfortran_debug/app/hello_world
26
+ " ${f_fpm_path} " run
26
27
27
28
cd ../hello_fpm
28
29
" ${f_fpm_path} " build
@@ -36,6 +37,7 @@ cd ../circular_example
36
37
37
38
cd ../hello_complex
38
39
" ${f_fpm_path} " build
40
+ " ${f_fpm_path} " test
39
41
./build/gfortran_debug/app/say_Hello
40
42
./build/gfortran_debug/app/say_goodbye
41
43
./build/gfortran_debug/test/greet_test
You can’t perform that action at this time.
0 commit comments