[*] Applied upstream r64554.
[profile/ivi/ecore.git] / Makefile.am
index 8678961..236341e 100644 (file)
@@ -93,8 +93,6 @@ ecore-input.pc.in \
 ecore-wince.pc.in \
 ecore.spec.in \
 ecore.spec \
-examples/ecore_con_server_example.c \
-examples/ecore_con_client_example.c \
 m4/ac_abstract_socket.m4 \
 m4/ac_attribute.m4 \
 m4/check_x_extension.m4 \
@@ -181,5 +179,16 @@ doc:
        @echo "entering doc/"
        make -C doc doc
 
-maintainer-clean-local:
-       rm -rf autom4te.cache
+# Unit tests
+
+if EFL_ENABLE_TESTS
+
+check-local:
+       @./src/tests/ecore_suite
+
+else
+
+check-local:
+       @echo "reconfigure with --enable-tests"
+
+endif