]> git.draconx.ca Git - liblbx.git/commit
tests: First stab at a proper test suite.
authorNick Bowler <nbowler@draconx.ca>
Wed, 19 Jun 2013 00:30:08 +0000 (20:30 -0400)
committerNick Bowler <nbowler@draconx.ca>
Wed, 19 Jun 2013 01:21:35 +0000 (21:21 -0400)
commit06f665a8e8809982e6649d0ed55990581122f4bf
tree3a5dfbc3d059573680d2527db9d47db211c9cb62
parentb54180ad4297cf2d3fd943bf78976f8d34d5eea9
tests: First stab at a proper test suite.

Not much of a suite at the moment since it consists of a single test,
which exposes a corner-case in the memory allocation spotted by clang.

Eventually we will move the regress.zsh tests into this framework.
.gitignore
Makefile.am
configure.ac
tests/.gitignore [new file with mode: 0644]
tests/empty-image.tap [new file with mode: 0755]
tests/testdata/image-0x0 [new file with mode: 0644]
tests/util/.gitignore [new file with mode: 0644]
tests/util/tap-driver.sh [new file with mode: 0644]
tests/util/tap-functions.sh [new file with mode: 0644]
tests/util/test-defs.sh.in [new file with mode: 0644]
tests/util/test-init.sh [new file with mode: 0644]