]> git.draconx.ca Git - dxcommon.git/commit
Implement initial test suite.
authorNick Bowler <nbowler@draconx.ca>
Tue, 10 Mar 2015 04:10:49 +0000 (21:10 -0700)
committerNick Bowler <nbowler@draconx.ca>
Sun, 19 Apr 2015 18:49:06 +0000 (14:49 -0400)
commit2d17f059aa8a1e4670b9dad3f24556c7d97f6d45
tree1940b3ff0def750506eae2f72f70188c8062a0e0
parent483b5af7a619117ae6ec3435bb8689e764e928a0
Implement initial test suite.

First stab at a new autotest-based test suite for dxcommon.  Start with
a simple test case to expose a longstanding problem in DX_BASEDIR.
.gitignore [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
configure.ac [new file with mode: 0644]
m4/autotest.m4 [new file with mode: 0644]
m4/utils.m4 [new file with mode: 0644]
tests/macros.at [new file with mode: 0644]
testsuite.at [new file with mode: 0644]