aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/project.clj
diff options
context:
space:
mode:
Diffstat (limited to 'lux-jvm/project.clj')
-rw-r--r--lux-jvm/project.clj4
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-jvm/project.clj b/lux-jvm/project.clj
index fa6ce9dff..38e56ffdb 100644
--- a/lux-jvm/project.clj
+++ b/lux-jvm/project.clj
@@ -26,6 +26,6 @@
:manifest {"lux" ~version}
:source-paths ["source"]
- :lux {:program "program"
- :test "test/program"}
+ :lux {:program ["program" "_"]
+ :test ["test/program" "_"]}
)