aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/project.clj
diff options
context:
space:
mode:
Diffstat (limited to 'new-luxc/project.clj')
-rw-r--r--new-luxc/project.clj3
1 files changed, 1 insertions, 2 deletions
diff --git a/new-luxc/project.clj b/new-luxc/project.clj
index 1b858000d..f3864bf06 100644
--- a/new-luxc/project.clj
+++ b/new-luxc/project.clj
@@ -31,7 +31,6 @@
:manifest {"lux" ~version}
:source-paths ["source"]
- :test-paths ["test"]
:lux {:program "program"
- :test "tests"}
+ :test "test/program"}
)