blob: 0f0d78efdf8677187bf5d98320f4c66b2126e151 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Tests in Painload
every subdir in // `should` contain a Makefile which supports 'make test'.
The exit code must be 0 if all tests went fine, not 1 if some tests of the
subdirectory fucked up.
//util //retiolum and //ship are currently using an asynchronous test runner
which outputs test results in TAP (test anything protocol) format.
# Docker Tests
Some Tests are using docker as a container testing facility. These tests
contain of a runner script for the make test command and a script which
will be run in the docker container.
For examples see //retiolum/t/docker/
# Continuous Integration
currently we are running CI with buildbot on http://cband:8010 .
Configuration is in krebs:ci/buildbot .
|