aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-07-10 03:10:43 -0400
committerEduardo Julian2021-07-10 03:10:43 -0400
commit4610968193df10af12c91f699fec39aeb3ef703a (patch)
tree27d1578548ad49f5aefe76fb696a7af10361c9cf /stdlib/source/test/lux.lux
parentf3e869d0246e956399ec31a074c6c6299ff73602 (diff)
Made the "try" macro into a common one, instead of a host-specific one.
Diffstat (limited to 'stdlib/source/test/lux.lux')
-rw-r--r--stdlib/source/test/lux.lux5
1 files changed, 4 insertions, 1 deletions
diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux
index beebb2844..b320841c5 100644
--- a/stdlib/source/test/lux.lux
+++ b/stdlib/source/test/lux.lux
@@ -38,6 +38,7 @@
["#." meta]
["#." program]
["#." target]
+ ["#." test]
["#." time]
## ["#." tool] ## TODO: Update & expand tests for this
["#." type]
@@ -209,7 +210,8 @@
(def: sub_tests
Test
- (with_expansions [<target> (for {@.jvm (~~ (as_is /target/jvm.test))
+ (with_expansions [## TODO: Update & expand tests for this
+ <target> (for {@.jvm (~~ (as_is /target/jvm.test))
@.old (~~ (as_is /target/jvm.test))}
(~~ (as_is)))
<extension> (for {@.old (~~ (as_is))}
@@ -224,6 +226,7 @@
/meta.test
/program.test
/target.test
+ /test.test
/time.test
## /tool.test
/type.test