[cluttermm] Add TESTS to tests/Makefile.am, allowing automatic test runs.



commit f8db331f9d79175a5f1eecb1fd466568fe4d5651
Author: Ian Martin <martin_id vodafone co nz>
Date:   Wed Mar 19 07:30:56 2014 +1300

    Add TESTS to tests/Makefile.am, allowing automatic test runs.
    
    Add the TESTS variable and populate it with current tests.

 tests/Makefile.am |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index ac33a44..7603a26 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -15,8 +15,9 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-check_PROGRAMS = test-alpha-creation test-alpha-func test-interval-creation \
-test-point-class
+check_PROGRAMS = \
+test-alpha-creation test-alpha-func \
+test-interval-creation test-point-class
 
 local_includes = -I$(top_builddir)/clutter $(if $(srcdir:.=),-I$(top_srcdir)/clutter)
 local_libs = $(top_builddir)/clutter/cluttermm/libcluttermm-$(CLUTTERMM_API_VERSION).la
@@ -29,3 +30,8 @@ test_alpha_creation_SOURCES    = test-alpha-creation.cc
 test_alpha_func_SOURCES        = test-alpha-func.cc
 test_interval_creation_SOURCES = test-interval-creation.cc
 test_point_class_SOURCES    = test-point-class.cc
+
+# Only tests that don't require user input are added here, as they will
+# run automatically on building:
+
+TESTS = test-interval-creation test-point-class


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