Login
7 branches 0 tags
Ben (X13/Void) Added popcount and some tests for it d8a4bb6 4 years ago 250 Commits
nujel / binlib / tests.nuj
[when-not [== ARCH "wasm"]
          [test/add '[0 . ""] [repl/run-forked 1]]
          [test/add '[123 . ""] [repl/run-forked [exit 123]]]
          [test/add '[0 . "123"] [repl/run-forked [display 123]]]
]