Forgotten file
I forgot to add this file to source control when the new tests were initially added.
This commit is contained in:
parent
daa08862ff
commit
f7a93c015c
@ -47,7 +47,10 @@ test_files = $(test_in_files:.test.in=.test)
|
|||||||
$(test_files): %.test: %.test.in
|
$(test_files): %.test: %.test.in
|
||||||
$(AM_V_GEN) sed $(substitutions) $< > $@.tmp && mv $@.tmp $@
|
$(AM_V_GEN) sed $(substitutions) $< > $@.tmp && mv $@.tmp $@
|
||||||
|
|
||||||
EXTRA_DIST += $(test_files)
|
EXTRA_DIST += \
|
||||||
|
reset-to-defaults.css \
|
||||||
|
$(test_files) \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
CLEANFILES += $(test_files)
|
CLEANFILES += $(test_files)
|
||||||
|
|
||||||
|
3
testsuite/css/style/reset-to-defaults.css
Normal file
3
testsuite/css/style/reset-to-defaults.css
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
* {
|
||||||
|
all: unset;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user