Skip to content

Commit

Permalink
:test profile is automatically used for lein test. fix #25
Browse files Browse the repository at this point in the history
  • Loading branch information
shenfeng committed Mar 9, 2013
1 parent df61abb commit cb4c5b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -14,9 +14,9 @@ Hacker fridenly: only ~3k lines of code (including java), clean and tidy.
git clone git@github.com:http-kit/http-kit.git

# modify as you want, unit tests back you up
./scripts/javac with-test && lein test
lein test

# may be useful. more info: server_test.clj
# may be useful. more info, see the code server_test.clj
./scripts/run_http_requests

```
Expand Down
1 change: 1 addition & 0 deletions project.clj
Expand Up @@ -13,6 +13,7 @@
:url "http://www.apache.org/licenses/LICENSE-2.0.html"}
:jvm-opts ["-Dclojure.compiler.disable-locals-clearing=true"]
:profiles {:1.5 {:dependencies [[org.clojure/clojure "1.5.0"]]}
:test {:java-source-paths ["test/java" "src/java"]}
:dev {:dependencies [[junit/junit "4.8.2"]
[org.clojure/tools.logging "0.2.6"]
[ch.qos.logback/logback-classic "1.0.9"]
Expand Down

0 comments on commit cb4c5b0

Please sign in to comment.