Eolian/Tests: fix distcheck.

The .eo file was not added into EXTRA_DIST and as consequence the test
was failing during distcheck.
This commit is contained in:
Daniel Zaoui 2014-04-28 12:05:27 +03:00
parent a4ec4a6019
commit 8d8ab37b4d
1 changed files with 2 additions and 1 deletions

View 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