mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 04:10:13 +00:00
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
|
||||
$(AM_V_GEN) sed $(substitutions) $< > $@.tmp && mv $@.tmp $@
|
||||
|
||||
EXTRA_DIST += $(test_files)
|
||||
EXTRA_DIST += \
|
||||
reset-to-defaults.css \
|
||||
$(test_files) \
|
||||
$(NULL)
|
||||
|
||||
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