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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b2d1c4d..68342ff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -104,5 +104,6 @@ release: $(PACKAGE) $(VERSION) '$(PACKAGE_NAME)' include $(top_srcdir)/src/local.mk +include $(top_srcdir)/tests/local.mk SUBDIRS = . po |