diff options
author | Matt Jolly <kangie@gentoo.org> | 2024-06-01 09:31:31 +1000 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-06-01 20:23:55 +0200 |
commit | 69c59c6dfe9c44812c95e113bdaf9363645e7b75 (patch) | |
tree | e93294ef59005da4f803b75a450183f9fc85531d | |
parent | dd57684ee23f0a935b2cb54f22225edf7bad0077 (diff) |
Add HTML tests to EXTRA_DIST
This will enable tests to be easily run by downstream distributions from
the tarball release.
-rw-r--r-- | test/html/Makefile.am | 5 |
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 \ |