Merge pull request #659 from urbit/just-tests

Make +test only run arms starting with ++test-
This commit is contained in:
Fang 2018-03-07 23:37:50 +01:00 committed by GitHub
commit 78ce01c6b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,8 +20,15 @@
?. matches
~
?- -.q.b
%& (run-test [p.b pax] eny p.q.b)
%| ^$(pax [p.b pax], a p.q.b)
%&
?. ?| =((end 3 5 p.b) 'test-')
=((end 3 6 p.b) 'check-')
==
~
(run-test [p.b pax] eny p.q.b)
::
%|
^$(pax [p.b pax], a p.q.b)
==
::
++ run-test