diff options
author | Ori Bernstein <ori@eigenstate.org> | 2016-05-14 14:25:13 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2016-05-14 19:29:31 -0700 |
commit | b1e7c8e865c13699c1f3e3ff81ee397a133b4659 (patch) | |
tree | c1e6c0855955bbe3a6c717ebf5d8e404ef523aab /mbld | |
parent | 1b56041cec12b718c7c049d7739ffe73f0fcd53b (diff) | |
download | mc-b1e7c8e865c13699c1f3e3ff81ee397a133b4659.tar.gz |
'mbld test' now sets the 'test' sysattr
Diffstat (limited to 'mbld')
-rw-r--r-- | mbld/test.myr | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mbld/test.myr b/mbld/test.myr index 0367f7b..d8be1dc 100644 --- a/mbld/test.myr +++ b/mbld/test.myr @@ -7,6 +7,7 @@ use "opts" use "parse" use "types" use "util" +use "syssel" use "config" @@ -19,6 +20,8 @@ const test = {b var failed, p, ok var bincmd + /* build with the test tag */ + addsysattrs(b, ["test"][:]) /* no implicit tests to run */ tests = [][:] buildall(b) |