diff --git a/README.md b/README.md index 73e57d7d..fd6cb63b 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/project.clj b/project.clj index 0e9e1345..fdc4a009 100644 --- a/project.clj +++ b/project.clj @@ -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"]