From b6202d7091965f9b4785ef6722fca31474c6c98f Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 30 Jan 2019 09:28:51 -0400 Subject: Tests are now first class. --- stdlib/test/tests.lux | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'stdlib/test/tests.lux') diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux index a5c6919c5..738ef182b 100644 --- a/stdlib/test/tests.lux +++ b/stdlib/test/tests.lux @@ -1,7 +1,8 @@ (.module: [lux #* [cli (#+ program:)] - ["." test] + ["." io (#+ io)] + ["_" test] ## These modules do not need to be tested. [type @@ -81,12 +82,11 @@ ] ## TODO: Must have 100% coverage on tests. [test - ## [lux (#+)] - [lux + ["/." lux ## [cli (#+)] ## [host (#+)] - [host - [jvm (#+)]] + ## [host + ## [jvm (#+)]] ## [io (#+)] ## [time ## [instant (#+)] @@ -164,11 +164,11 @@ ## [poly ## ["poly_." equivalence] ## ["poly_." functor]]] - [type ## (#+) - ## [check (#+)] - ## [implicit (#+)] ## TODO: FIX Specially troublesome... - ## [resource (#+)] - [dynamic (#+)]] + ## [type ## (#+) + ## ## [check (#+)] + ## ## [implicit (#+)] ## TODO: FIX Specially troublesome... + ## ## [resource (#+)] + ## [dynamic (#+)]] ## [compiler ## [default ## ["_default/." syntax] @@ -196,4 +196,6 @@ ) (program: args - (test.run)) + (exec (_.run! (<| (_.times 100) + /lux.test)) + (io []))) -- cgit v1.2.3