From 89c3fc64f1e1648b57a7f208a7499e4e2b1c9135 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 13 Apr 2019 09:51:41 -0400 Subject: Started porting tests for "lux/tool". --- stdlib/source/test/lux.lux | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) (limited to 'stdlib/source/test/lux.lux') diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux index d9b3df35e..77f0e1bbd 100644 --- a/stdlib/source/test/lux.lux +++ b/stdlib/source/test/lux.lux @@ -123,31 +123,11 @@ ["#." macro] ["#." math] ["#." time] + ["#." tool] ["#." type] ["#." world] ["#." host ["#/." jvm]]] - ## [control - ## [concurrency - ## ## [semaphore (#+)] - ## ]] - ## [compiler - ## [default - ## ["_default/." syntax] - ## [phase - ## [analysis - ## ["_.A" primitive] - ## ["_.A" structure] - ## ["_.A" reference] - ## ["_.A" case] - ## ["_.A" function] - ## [procedure - ## ["_.A" common]]] - ## [synthesis - ## ["_.S" primitive] - ## ["_.S" structure] - ## ["_.S" case] - ## ["_.S" function]]]]] )) (def: identity @@ -368,6 +348,8 @@ /math.test (<| (_.context "/time") /time.test) + (<| (_.context "/tool") + /tool.test) /type.test /world.test (<| (_.context "/host") -- cgit v1.2.3