leiningen/test_projects
Stephen Nelson f413b6d73f Add support for reader conditional files (cljc)
Clojure 1.7.0 will add support for reader conditionals:

http://dev.clojure.org/display/design/Reader+Conditionals

This patch adds reader conditional support to leiningen, in particular for
compilation (including aot and stale files) and testing.
2015-07-19 08:52:49 +12:00
..
bad-require Upgrade clojure dependency to 1.7.0 2015-07-16 15:11:01 +12:00
file-not-found-thrower Upgrade clojure dependency to 1.7.0 2015-07-16 15:11:01 +12:00
java-main Upgrade clojure dependency to 1.7.0 2015-07-16 15:11:01 +12:00
jvm-opts Upgrade clojure dependency to 1.7.0 2015-07-16 15:11:01 +12:00
more-gen-classes Upgrade clojure dependency to 1.7.0 2015-07-16 15:11:01 +12:00
native Use dep-key for distinct call in pom task. 2014-04-22 15:03:34 -07:00
overlapped-sourcepaths Add a failing test for overlapped sourcepaths. 2012-03-06 15:58:14 -06:00
provided Test :provided profile interpretation by the uberjar task. 2012-11-17 17:38:11 -05:00
sample Updated help text for test 2014-10-22 10:17:24 -05:00
sample-failing Failing test for #1409. 2014-03-17 14:25:44 -07:00
sample-no-aot Slightly more homogeneous test project names 2014-03-13 20:24:42 -05:00
sample-profile-meta Rename :core-default to :leiningen/default. 2014-09-09 16:24:12 -07:00
sample-reader-cond Add support for reader conditional files (cljc) 2015-07-19 08:52:49 +12:00
tricky-name Remove commented-out shell wrapper remainders. 2012-08-01 09:42:20 -07:00
uberjar-merging Upgrade clojure dependency to 1.7.0 2015-07-16 15:11:01 +12:00
with-aliases Add tests for with-profile 2014-09-16 09:16:13 -04:00
with-aliases2 Add tests for with-profile 2014-09-16 09:16:13 -04:00
with-classifiers Fix jar task for :classifiers 2014-10-24 21:08:55 -04:00
with-resources fix(jar): Add directory entries to the jar file 2013-08-21 14:30:10 +03:00
README.txt Added a build-failing project for flexing compilation-failing aware 'jar'; created test_projects and moved sample there too 2010-08-23 23:03:52 -04:00

These projects are used for leiningen's test suite, so don't change
any of these values without updating the relevant tests. If you
just want a basic project to work from, generate a new one with
"lein new".