gtk/tests/reftests/Makefile.am
Alexander Larsson 34e15566e3 Add reftest to test border-style: none
From the css docs at http://www.w3.org/TR/CSS2/box.html:

8.5.1 Border width: 'border-top-width', 'border-right-width', 'border-bottom-width',
'border-left-width', and 'border-width'

Computed value:  	absolute length; '0' if the border style is 'none' or 'hidden'

So, if i specify border-style none and a border-width > 0 that should give the
same result as border-width 0.
2011-11-25 16:14:10 +01:00

166 lines
4.2 KiB
Makefile

include $(top_srcdir)/Makefile.decl
TEST_PROGS += gtk-reftest
check_PROGRAMS = $(TEST_PROGS)
gtk_reftest_CFLAGS = \
-I$(top_srcdir) \
-I$(top_builddir)/gdk \
-I$(top_srcdir)/gdk \
-DGDK_DISABLE_DEPRECATED \
-DGTK_DISABLE_DEPRECATED \
$(GTK_DEBUG_FLAGS) \
$(GTK_DEP_CFLAGS)
gtk_reftest_LDADD = \
$(top_builddir)/gdk/libgdk-3.la \
$(top_builddir)/gtk/libgtk-3.la \
$(GTK_DEP_LIBS)
gtk_reftest_SOURCES = \
gtk-reftest.c
clean-local:
rm -rf output/ || true
EXTRA_DIST += \
align-expand.sh \
background-area.css \
background-area.ref.ui \
background-area.ui \
background-color-transparent.css \
background-color-transparent.ref.ui \
background-color-transparent.ui \
border-color-default.css \
border-color-default.ref.ui \
border-color-default.ui \
border-image-ball-green.png \
border-image-ball-red.png \
border-image-ball-yellow.png \
border-image-balls.png \
border-image-3-balls-green.png \
border-image-3-balls-yellow.png \
border-image-excess-size.css \
border-image-excess-size.ref.ui \
border-image-excess-size.ui \
border-image-gradient.css \
border-image-gradient.ref.ui \
border-image-gradient.ui \
border-image-repeat.css \
border-image-repeat.ref.ui \
border-image-repeat.sh \
border-image-repeat.ui \
border-image-url.css \
border-image-url.ref.ui \
border-image-url.ui \
border-radius-clamp.css\
border-radius-clamp.ref.ui \
border-radius-clamp.ui \
border-style-none.css \
border-style-none.ref.ui \
border-style-none.ui \
box-packing.css \
box-packing.ref.ui \
box-packing.ui \
box-pseudo-classes.css \
box-pseudo-classes.ref.ui \
box-pseudo-classes.ui \
box-shadow-spec-inset.css \
box-shadow-spec-inset.ref.ui \
box-shadow-spec-inset.ui \
css-match-class.css \
css-match-class.ref.ui \
css-match-class.ui \
css-match-descendant-later.css \
css-match-descendant-later.ref.ui \
css-match-descendant-later.ui \
css-match-exact.css \
css-match-exact.ref.ui \
css-match-exact.ui \
css-match-inherit.css \
css-match-inherit.ref.ui \
css-match-inherit.ui \
css-match-name.css \
css-match-name.ref.ui \
css-match-name.ui \
css-match-region-matches-star.css \
css-match-region-matches-star.ref.ui \
css-match-region-matches-star.ui \
css-match-regions.css \
css-match-regions.ref.ui \
css-match-regions.ui \
css-match-style-property-order.css \
css-match-style-property-order.ref.ui \
css-match-style-property-order.ui \
css-match-subtype.css \
css-match-subtype.ref.ui \
css-match-subtype.ui \
css-match-type.css \
css-match-type.ref.ui \
css-match-type.ui \
entry-progress-coloring.css \
entry-progress-coloring.ref.ui \
entry-progress-coloring.ui \
green-20x20.png \
grid-expand.css \
grid-expand.ref.ui \
grid-expand.ui \
grid-wfh.ui \
grid-wfh.ref.ui \
grid-homogeneous.css \
grid-homogeneous.ref.ui \
grid-homogeneous.ui \
grid-spacing1.ref.ui \
grid-spacing1.ui \
grid-spacing2.ref.ui \
grid-spacing2.ui \
grid-spacing3.css \
grid-spacing3.ref.ui \
grid-spacing3.ui \
label-shadows.css \
label-shadows.ref.ui \
label-shadows.ui \
label-sizing.css \
label-sizing.ref.ui \
label-sizing.ui \
label-small-ellipsized.ref.ui \
label-small-ellipsized.ui \
label-wrap-justify.ref.ui \
label-wrap-justify.ui \
messagedialog-secondarytext.ui \
messagedialog-secondarytext.ref.ui \
misc-alignment.css \
misc-alignment.ui \
misc-alignment.ref.ui \
no-colors.css \
no-colors.ref.ui \
no-colors.ui \
nonresizable-size.ref.ui \
nonresizable-size.ui \
notebook-childproperties.ui \
notebook-childproperties.ref.ui \
paned-undersized.css \
paned-undersized.ref.ui \
paned-undersized.ui \
quit-mnemonic.ref.ui \
quit-mnemonic.ui \
rotated-layout.ref.ui \
rotated-layout.ui \
shorthand-entry-border.css \
shorthand-entry-border.ref.ui \
shorthand-entry-border.ui \
simple.ref.ui \
simple.ui \
style-properties-nth-child.css \
style-properties-nth-child.ref.ui \
style-properties-nth-child.ui \
style-properties-only-child.css \
style-properties-only-child.ref.ui \
style-properties-only-child.ui \
toplevel-vs-popup.ref.ui \
toplevel-vs-popup.ui \
unresolvable.css \
unresolvable.ref.ui \
unresolvable.ui