Forgotten file

I forgot to add this file to source control when the new tests
were initially added.
This commit is contained in:
Matthias Clasen 2016-01-03 11:59:15 -05:00
parent daa08862ff
commit f7a93c015c
2 changed files with 7 additions and 1 deletions

View File

@ -47,7 +47,10 @@ test_files = $(test_in_files:.test.in=.test)
$(test_files): %.test: %.test.in
$(AM_V_GEN) sed $(substitutions) $< > $@.tmp && mv $@.tmp $@
EXTRA_DIST += $(test_files)
EXTRA_DIST += \
reset-to-defaults.css \
$(test_files) \
$(NULL)
CLEANFILES += $(test_files)

View File

@ -0,0 +1,3 @@
* {
all: unset;
}