aboutsummaryrefslogtreecommitdiff
path: root/test/html
diff options
context:
space:
mode:
authorMatt Jolly <kangie@gentoo.org>2024-06-01 09:31:31 +1000
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-06-01 20:23:55 +0200
commit69c59c6dfe9c44812c95e113bdaf9363645e7b75 (patch)
treee93294ef59005da4f803b75a450183f9fc85531d /test/html
parentdd57684ee23f0a935b2cb54f22225edf7bad0077 (diff)
Add HTML tests to EXTRA_DIST
This will enable tests to be easily run by downstream distributions from the tarball release.
Diffstat (limited to 'test/html')
-rw-r--r--test/html/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/html/Makefile.am b/test/html/Makefile.am
index b4627689..e96e9f15 100644
--- a/test/html/Makefile.am
+++ b/test/html/Makefile.am
@@ -5,6 +5,11 @@ AM_TESTS_ENVIRONMENT = env \
LOG_COMPILER = $(srcdir)/driver.sh
+EXTRA_DIST = \
+ driver.sh \
+ manual \
+ render
+
TESTS = \
render/b-div.html \
render/div-100-percent-with-padding.html \