chiark / gitweb /
test: introduce a basic testsuite framework
authorHarald Hoyer <harald@redhat.com>
Mon, 21 May 2012 16:55:48 +0000 (18:55 +0200)
committerKay Sievers <kay@vrfy.org>
Tue, 22 May 2012 14:54:54 +0000 (16:54 +0200)
commit898720b7e9cf3bdf7a93e435cbed5dd6942ecf9b
tree2f708eeb4e95b6a55fc256796d9c46bd7c1a73fd
parent9b958eff3fbcc345a72315a9167f6217dd841c40
test: introduce a basic testsuite framework

$ cd test
$ sudo make check

will run all tests in the TEST-* subdirectories

$ cd test/TEST-01-BASIC
$ sudo make clean setup run

will run the different stages of the test for debugging purposes
test/Makefile
test/TEST-01-BASIC/Makefile [new file with mode: 0644]
test/TEST-01-BASIC/test.sh [new file with mode: 0755]
test/test-functions [new file with mode: 0644]