gegl r3021 - in trunk: . tests



Author: martinn
Date: Fri Apr 10 20:44:03 2009
New Revision: 3021
URL: http://svn.gnome.org/viewvc/gegl?rev=3021&view=rev

Log:
tests: Make all tests run during make check

Modified:
   trunk/ChangeLog
   trunk/tests/Makefile.am

Modified: trunk/tests/Makefile.am
==============================================================================
--- trunk/tests/Makefile.am	(original)
+++ trunk/tests/Makefile.am	Fri Apr 10 20:44:03 2009
@@ -5,9 +5,10 @@
 	GEGL_PATH=$(top_builddir)/operations/common:$(top_builddir)/operations/core
 
 # The tests
-check_PROGRAMS = \
+TESTS = \
 	test-proxynop-processing \
 	test-gegl-rectangle
+noinst_PROGRAMS = $(TESTS)
 
 # Common CPPFLAGS
 AM_CPPFLAGS = \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]