]> git.draconx.ca Git - gob-dx.git/commit
Pull in dxcommon for library tests.
authorNick Bowler <nbowler@draconx.ca>
Thu, 21 Feb 2019 16:26:58 +0000 (11:26 -0500)
committerNick Bowler <nbowler@draconx.ca>
Wed, 27 Feb 2019 13:48:50 +0000 (08:48 -0500)
commit185449d25b2f9c93d2928e4745e8aa64d7d9ab9c
treea4b345db37755069e89dac9344aa96ac373b70ce
parent0f7ec1e61526025bc5441210f6f2f9e6995c8bac
Pull in dxcommon for library tests.

Use the glib tests from dxcommon and hook up an initial Autotest-based
test suite which attempts to replicate the functionality of the old
(very basic) test functions.
12 files changed:
.gitignore
.gitmodules [new file with mode: 0644]
Makefile.am
atlocal.in [new file with mode: 0644]
bootstrap [new file with mode: 0755]
common [new submodule]
configure.ac
src/str_test.c [deleted file]
t/str.gob [moved from src/str.gob with 100% similarity]
t/test.gob [moved from src/test.gob with 100% similarity]
tests/general.at [new file with mode: 0644]
testsuite.at [new file with mode: 0644]