Fork me on GitHub
#leiningen
<
2018-04-25
>
rnagpal18:04:59

I have a cljc file in lein project and I have cljc test for it in the test folder Now I want to include cljc test in both clj and cljs test runners and see the results of the tests to include and run cljc test in clj test runner, I have to compile it and :aot :all doesn’t seem to work in the test folder How do I compile the cljc file in test folder ?

mikerod19:04:01

@rnagpal why does your test need to be AOT compiled?

mikerod19:04:23

I don’t think that I don’t follow your question well enough to help.

rnagpal20:04:33

I didn’t had the cljc files in test path and I guess that was the root cause initially.

rnagpal20:04:11

Thanks for asking @mikerod