summaryrefslogtreecommitdiff
path: root/src/Makefile_Eolian.am
diff options
context:
space:
mode:
authorCedric BAIL <cedric@osg.samsung.com>2014-09-09 12:29:13 +0200
committerCedric BAIL <cedric@osg.samsung.com>2014-09-09 12:29:13 +0200
commit3d21c05a4096659d34bfb27e7d967179a99ac034 (patch)
tree08ab4ba70aeea41cf8fe2afff9cd1b37019c5a9f /src/Makefile_Eolian.am
parent760a75fc15f9a3b2667229e8e1248a026298179e (diff)
downloadefl-3d21c05a4096659d34bfb27e7d967179a99ac034.tar.gz
autotools: let's not forget to include necessary .eo for make check
Diffstat (limited to 'src/Makefile_Eolian.am')
-rw-r--r--src/Makefile_Eolian.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Makefile_Eolian.am b/src/Makefile_Eolian.am
index 128d32d1a7..03b4cb363d 100644
--- a/src/Makefile_Eolian.am
+++ b/src/Makefile_Eolian.am
@@ -118,5 +118,8 @@ tests/eolian/data/free_func.eo \
tests/eolian/data/typedef_ref.c \
tests/eolian/data/struct_ref.c \
tests/eolian/data/class_simple_ref.c \
-tests/eolian/data/override_ref.c
-
+tests/eolian/data/override_ref.c \
+tests/eolian/data/nmsp1_class1.eo \
+tests/eolian/data/nmsp1_nmsp11_class2.eo \
+tests/eolian/data/nmsp2_class1.eo \
+tests/eolian/data/no_nmsp.eo