Skip to content

Commit

Permalink
Include test/ subdirectory.
Browse files Browse the repository at this point in the history
  • Loading branch information
retnuh committed Apr 4, 2011
1 parent 3b057db commit 59d0afe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject lein-autotest "1.1.0"
(defproject lein-autotest "1.2.0"
:description "A Leiningen plugin to start Lazytest's autowatch"
:dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]
Expand Down
2 changes: 1 addition & 1 deletion src/leiningen/autotest.clj
Expand Up @@ -3,4 +3,4 @@

(defn autotest
[project]
(lt/start ["src"]))
(lt/start ["src" "test"]))

0 comments on commit 59d0afe

Please sign in to comment.