diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-11-04 06:23:41 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-11-04 06:23:41 -0400 |
commit | b5776014890258fd5865917d2e2f7ea90d89d574 (patch) | |
tree | 10ca59a97f0cb52f83c546c00d1f35b2cd762d7f /tests/.gitignore | |
parent | eltpatch: allow ELT_patchdir to be overridden via env (diff) | |
download | elt-patches-b5776014890258fd5865917d2e2f7ea90d89d574.tar.gz elt-patches-b5776014890258fd5865917d2e2f7ea90d89d574.tar.bz2 elt-patches-b5776014890258fd5865917d2e2f7ea90d89d574.zip |
tests: start basic framework for ad-hoc testing
It's not automated (i.e. no `make check`), but it's enough for local
ad-hoc testing to check patches work against libtool-2.4.6 at least.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'tests/.gitignore')
-rw-r--r-- | tests/.gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 0000000..0cff469 --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,8 @@ +/libtools/ +/*.tmp/ +aclocal.m4 +autom4te.cache/ +config.guess +config.sub +configure +ltmain.sh |