summaryrefslogtreecommitdiff
path: root/src/Makefile_Eio.am
diff options
context:
space:
mode:
authorkabeer khan <kabeer.khan@samsung.com>2015-04-16 18:47:44 +0200
committerCedric BAIL <cedric@osg.samsung.com>2015-04-16 19:21:45 +0200
commit351a30cfc7479005b4ee9d3191590d81cab11356 (patch)
tree1f36e7ae8df8c99f147877ced3c5e2715c3d838a /src/Makefile_Eio.am
parent04cf807b5f1df35b24953ff62bc339c6e690c9d4 (diff)
downloadefl-351a30cfc7479005b4ee9d3191590d81cab11356.tar.gz
eio: add new tests for eio.
Summary: Signed-off-by: kabeer khan <kabeer.khan@samsung.com> Reviewers: cedric Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D2360 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'src/Makefile_Eio.am')
-rw-r--r--src/Makefile_Eio.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile_Eio.am b/src/Makefile_Eio.am
index 3543adc698..c7615844fc 100644
--- a/src/Makefile_Eio.am
+++ b/src/Makefile_Eio.am
@@ -63,7 +63,8 @@ tests_eio_eio_suite_SOURCES = \
tests/eio/eio_suite.c \
tests/eio/eio_model_test_file.c \
tests/eio/eio_model_test_monitor_add.c \
-tests/eio/eio_test_monitor.c
+tests/eio/eio_test_monitor.c \
+tests/eio/eio_test_file.c
tests_eio_eio_suite_CPPFLAGS = -I$(top_builddir)/src/lib/efl \
-DTESTS_SRC_DIR=\"$(top_srcdir)/src/tests/eio\" \