Skip to content

Instantly share code, notes, and snippets.

Created September 22, 2010 21:54
Show Gist options
  • Select an option

  • Save anonymous/592657 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/592657 to your computer and use it in GitHub Desktop.

Revisions

  1. @invalid-email-address Anonymous created this gist Sep 22, 2010.
    12 changes: 12 additions & 0 deletions lazytest.task.clj
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    (deftask lazytest
    "Just fire up lazy test on src and test for now"
    []
    (bake (:use lazytest.watch) []
    (start ["src" "test"])
    ))


    ;At the repl this works (modulo flushing issues)

    ;; => (use 'lazytest.watch)
    ;; => (start ["src" test"])