d7cfa15851
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.
10 lines
135 B
Makefile
10 lines
135 B
Makefile
NULL =
|
|
|
|
EXTRA_DIST = \
|
|
redhand.png \
|
|
redhand_alpha.png \
|
|
light0.png \
|
|
test-script.json \
|
|
test-script-single.json \
|
|
$(NULL)
|