Skip to content

Commit

Permalink
Add missing require's on tests main function.
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Jun 27, 2019
1 parent 529aef7 commit 77fd585
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/user.clj
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@

(defn -main
[& args]
(require 'suricatta.core-test)
(require 'suricatta.extend-test)
(require 'suricatta.dsl-test)
(let [{:keys [fail]} (run-test)]
(if (pos? fail)
(System/exit fail)
Expand Down

0 comments on commit 77fd585

Please sign in to comment.