(.module: [lux #* ["_" test (#+ Test)]] ["." / #_ ["#." continuation] ["#." exception] ["#." interval] ["#." parser] ["#." pipe] ["#." reader] ["#." region] ["#." state] ["#." thread] ["#." writer] [concurrency ["#." atom] ["#." promise] ["#." frp] ["#." actor] ["#." stm]] [security ["#." privacy] ["#." integrity]]]) (def: concurrency Test ($_ _.and /atom.test /promise.test /frp.test /actor.test /stm.test )) (def: security Test ($_ _.and /privacy.test /integrity.test )) (def: #export test Test ($_ _.and /continuation.test /exception.test /interval.test /parser.test (<| (_.context "/pipe") /pipe.test) /reader.test /region.test /state.test /thread.test /writer.test ..concurrency ..security ))