tests: Add two simple css tests
This commit is contained in:
@ -21,3 +21,10 @@ test_css_parser_LDADD = \
|
|||||||
test_css_parser_SOURCES = \
|
test_css_parser_SOURCES = \
|
||||||
test-css-parser.c
|
test-css-parser.c
|
||||||
|
|
||||||
|
clean-local:
|
||||||
|
rm $(builddir)/*.out.css || true
|
||||||
|
|
||||||
|
EXTRA_DIST += \
|
||||||
|
does-not-exist.css \
|
||||||
|
does-not-exist.ref.css \
|
||||||
|
simple.css
|
||||||
|
|||||||
Reference in New Issue
Block a user