mutter/tests/data/Makefile.am
Emmanuele Bassi d7cfa15851 conform: Add the beginnings of a ClutterScript test suite
ClutterScript is a very complicated piece of machinery, with a
parser that has custom variations on top of the basic JSON
format; it could also be extended in the future, so if we don't
want to introduce regressions or break existing ClutterScript
definitions, we'd better have a conformance test suite.
2009-11-04 11:50:45 +00:00

10 lines
135 B
Makefile

NULL =
EXTRA_DIST = \
redhand.png \
redhand_alpha.png \
light0.png \
test-script.json \
test-script-single.json \
$(NULL)