aboutsummaryrefslogtreecommitdiffhomepage
path: root/bundle/test.janet
blob: d6140743e4c8596fc74ad86567b49a93ee84cd80 (plain) (blame)
1
2
3
4
5
6
7
#
# Run test scripts, and error if any fail.
# Pass through any args
#
(use /spork/declare-cc)
(dofile "project.janet" :env (jpm-shim-env))
(check)