File: README

package info (click to toggle)
hare 0.25.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,948 kB
  • sloc: asm: 1,264; makefile: 123; sh: 114; lisp: 101
file content (8 lines) | stat: -rw-r--r-- 361 bytes parent folder | download
1
2
3
4
5
6
7
8
test: test runtime and testing tools

The test module provides runtime support for tests run via @test (see
hare-test(1)). The build driver automatically links test executables to the test
module, and user tests may include the test module to access additional runtime
features for testing.

These functions will abort if they're called from outside of a test.