aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/world.lux
blob: 0405ef7ee22d27c2b252e7841873bc0067c6aef3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(.module:
  [lux #*
   ["_" test (#+ Test)]]
  ["." / #_
   ["#." file]
   ["#." shell]
   ["#." console]
   ["#." program]])

(def: #export test
  Test
  ($_ _.and
      /file.test
      /shell.test
      /console.test
      /program.test
      ))