mirror of
https://github.com/brl/mutter.git
synced 2025-02-09 01:54:10 +00:00
![Emmanuele Bassi](/assets/img/avatar_default.png)
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)
|