Eolian/Tests: fix distcheck.
authorDaniel Zaoui <daniel.zaoui@samsung.com>
Mon, 28 Apr 2014 09:05:27 +0000 (12:05 +0300)
committerDaniel Zaoui <daniel.zaoui@samsung.com>
Mon, 28 Apr 2014 09:05:27 +0000 (12:05 +0300)
The .eo file was not added into EXTRA_DIST and as consequence the test
was failing during distcheck.

src/Makefile_Eolian.am

index f9155fe..fa9111a 100644 (file)
@@ -82,5 +82,6 @@ EXTRA_DIST += \
 tests/eolian/data/base.eo \
 tests/eolian/data/class_simple.eo \
 tests/eolian/data/scope.eo \
-tests/eolian/data/ctor_dtor.eo
+tests/eolian/data/ctor_dtor.eo \
+tests/eolian/data/complex_type.eo