File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ if errorlevel 1 exit 1
28
28
cd ..\hello_fpm
29
29
if errorlevel 1 exit 1
30
30
31
- ..\..\..\ fpm\build\gfortran_debug\app\fpm build
31
+ ..\..\fpm\build\gfortran_debug\app\fpm build
32
32
if errorlevel 1 exit 1
33
33
34
34
.\build\gfortran_debug\app\hello_fpm
@@ -38,14 +38,14 @@ if errorlevel 1 exit 1
38
38
cd ..\circular_test
39
39
if errorlevel 1 exit 1
40
40
41
- ..\..\..\ fpm\build\gfortran_debug\app\fpm build
41
+ ..\..\fpm\build\gfortran_debug\app\fpm build
42
42
if errorlevel 1 exit 1
43
43
44
44
45
45
cd ..\circular_example
46
46
if errorlevel 1 exit 1
47
47
48
- ..\..\..\ fpm\build\gfortran_debug\app\fpm build
48
+ ..\..\fpm\build\gfortran_debug\app\fpm build
49
49
if errorlevel 1 exit 1
50
50
51
51
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ cd ../example_packages/hello_world
13
13
./build/gfortran_debug/app/hello_world
14
14
15
15
cd ../hello_fpm
16
- ../../../ fpm/build/gfortran_debug/app/fpm build
16
+ ../../fpm/build/gfortran_debug/app/fpm build
17
17
./build/gfortran_debug/app/hello_fpm
18
18
19
19
cd ../circular_test
20
- ../../../ fpm/build/gfortran_debug/app/fpm build
20
+ ../../fpm/build/gfortran_debug/app/fpm build
21
21
22
22
cd ../circular_example
23
- ../../../ fpm/build/gfortran_debug/app/fpm build
23
+ ../../fpm/build/gfortran_debug/app/fpm build
24
24
25
25
cd ../hello_complex
26
26
../../fpm/build/gfortran_debug/app/fpm build
You can’t perform that action at this time.
0 commit comments