Skip to content

Commit 8185a8a

Browse files
committed
fix clean tests
1 parent d9b272f commit 8185a8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/help_test/help_test.f90

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ program help_test
3333
' help install >> fpm_scratch_help.txt',&
3434
' help list >> fpm_scratch_help.txt',&
3535
' help help >> fpm_scratch_help.txt',&
36+
' help clean >> fpm_scratch_help.txt',&
3637
' --version >> fpm_scratch_help.txt',&
3738
! generate manual
3839
' help manual > fpm_scratch_manual.txt']
@@ -41,7 +42,7 @@ program help_test
4142
!'fpm run -- --list >> fpm_scratch_help.txt',&
4243
!'fpm run -- list --list >> fpm_scratch_help.txt',&
4344
character(len=*),parameter :: names(*)=[character(len=10) ::&
44-
'fpm','new','update','build','run','test','runner','install','list','help']
45+
'fpm','new','update','build','run','test','runner','install','list','help','clean']
4546
character(len=:), allocatable :: prog
4647
integer :: length
4748

0 commit comments

Comments
 (0)