conform: Add the beginnings of a ClutterScript test suite
authorEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 4 Nov 2009 11:50:45 +0000 (11:50 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 4 Nov 2009 11:50:45 +0000 (11:50 +0000)
commitd7cfa158513263a5f75934a8f9ddceea9a6b8800
tree822c0003c9b9a907917dfa5529dfc29964f418d7
parent7d891d9dd4acbaedc5b2a2f95445a1e93fd1529f
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.
.gitignore
tests/conform/Makefile.am
tests/conform/test-conform-main.c
tests/conform/test-script-parser.c [new file with mode: 0644]
tests/data/Makefile.am
tests/data/test-script-single.json [new file with mode: 0644]