Skip to content

Commit

Permalink
dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
takagi committed Aug 23, 2015
1 parent e1b184a commit e6e331f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/clake.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@
(task (clake::make-file-task "foo" nil '("bar") #'noop)))
(sh "touch foo")
(sh "touch bar")
(sh "ls -l")
(is (clake::file-task-out-of-date task)
t)
(sh "touch foo")
Expand Down

0 comments on commit e6e331f

Please sign in to comment.