diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-06-17 14:10:58 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-06-17 14:10:58 (EDT) |
commit | c37add85916c736bfbfe2926c4cc79d08c2def7a (patch) | |
tree | 7f0f8b83c7dded662e9f1abda261ab4f2c0ad162 /.gitignore | |
parent | eba74d1a22fb8f939501e86cc48c84b1fc477d12 (diff) |
build: Add test framework
build-aux/tap-driver.sh:
https://git.savannah.gnu.org/cgit/automake.git/plain/lib/tap-driver.sh
tests/aux/tap-functions.sh:
https://git.savannah.gnu.org/cgit/automake.git/plain/t/ax/tap-functions.sh
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,7 @@ /configure /config.h.in /build-aux/* +!/build-aux/tap-driver.sh /ChangeLog /INSTALL Makefile.in @@ -30,5 +31,6 @@ Makefile /opkg-opk /opkg-opk-*.tar* /opkg-opk-*/ +/test-suite.log /MD5SUMS /SHA256SUMS |