summaryrefslogtreecommitdiff
path: root/src/Makefile_Eina.am
diff options
context:
space:
mode:
authorCedric BAIL <cedric@osg.samsung.com>2016-06-10 13:48:38 -0700
committerCedric BAIL <cedric@osg.samsung.com>2016-06-10 14:09:41 -0700
commitedc753d1a2e84a499a2c7e746f75776f7c0002e0 (patch)
tree5f6b40f7db932f7fd043fd311f1d72a7e33305b0 /src/Makefile_Eina.am
parent692b2c9fc9b347fc0be80b674d4580648e2f6541 (diff)
downloadefl-edc753d1a2e84a499a2c7e746f75776f7c0002e0.tar.gz
eina: add tests suite for Eina_Safepointer.
Diffstat (limited to 'src/Makefile_Eina.am')
-rw-r--r--src/Makefile_Eina.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile_Eina.am b/src/Makefile_Eina.am
index 602c3dbf2a..2d23f22267 100644
--- a/src/Makefile_Eina.am
+++ b/src/Makefile_Eina.am
@@ -328,7 +328,8 @@ tests/eina/eina_test_matrix.c \
tests/eina/eina_test_quaternion.c \
tests/eina/eina_test_vector.c \
tests/eina/eina_test_promise.c \
-tests/eina/eina_test_bezier.c
+tests/eina/eina_test_bezier.c \
+tests/eina/eina_test_safepointer.c
tests_eina_eina_suite_CPPFLAGS = -I$(top_builddir)/src/lib/efl \
-DTESTS_WD=\"`pwd`\" \