commit ee73709b9a0cef97b30411202ca8a2f9c1c8b1de from: Thomas Adam date: Thu Apr 25 22:31:22 2024 UTC portable: add regress/ to dist tarball Ship the tests with the release tarballs. There's still work to do in making these tests work across the supported -portable platforms commit - 4b22f43cfffaae8668f6bd6320700fe4eb73b0c7 commit + ee73709b9a0cef97b30411202ca8a2f9c1c8b1de blob - bf9731e5f01779cf5fab7a164611aec3f3245eab blob + 2d80869654cd5894831cd819050da42a7564c46d --- Makefile.am +++ Makefile.am @@ -21,7 +21,12 @@ endif include $(top_builddir)/Makefile.common -EXTRA_DIST = CHANGES CHANGELOG LICENCE README.portable util/got-portable-ver.sh +EXTRA_DIST = CHANGES \ + CHANGELOG \ + LICENCE \ + README.portable \ + regress \ + util/got-portable-ver.sh LDADD = $(LIBOBJS) if HOST_FREEBSD