From 9e4c008117da6b36237608bd896fb164577ef314 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 2 Mar 2010 19:17:28 +0000 Subject: [PATCH] build: Include test-script-model.json The Model conformance test for ClutterScript parsing requires the file to be inside the dist. --- tests/data/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index 233b6b2f8..95ff06080 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -8,6 +8,7 @@ json_files = \ test-script-named-object.json \ test-script-object-property.json \ test-script-single.json \ + test-script-model.json \ test-animator-1.json \ test-animator-2.json \ test-animator-3.json \