Makefile.decl Bypass gtester related stuff on Windows.
authorTor Lillqvist <tml@novell.com>
Tue, 30 Sep 2008 14:46:45 +0000 (14:46 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Tue, 30 Sep 2008 14:46:45 +0000 (14:46 +0000)
2008-09-30  Tor Lillqvist  <tml@novell.com>

* Makefile.decl
* glib/tests/Makefile.am: Bypass gtester related stuff on Windows.

svn path=/trunk/; revision=7564

ChangeLog
Makefile.decl
glib/tests/Makefile.am

index 2269826..5496d81 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2008-09-30  Tor Lillqvist  <tml@novell.com>
 
+       * Makefile.decl
+       * glib/tests/Makefile.am: Bypass gtester related stuff on Windows.
+
+2008-09-30  Tor Lillqvist  <tml@novell.com>
+
        * glib/gprintf.c
        * glib/gnulib/vasnprintf.c: Don't define _GNU_SOURCE on Windows,
        as _GNU_SOURCE has unintended side effects when compiling against
index e7ca0d0..cbc0da1 100644 (file)
@@ -12,11 +12,14 @@ TEST_PROGS =
 
 # test: run all tests in cwd and subdirs
 test:  ${TEST_PROGS}
+if OS_UNIX
        @test -z "${TEST_PROGS}" || ${GTESTER} --verbose ${TEST_PROGS}
        @ for subdir in $(SUBDIRS) . ; do \
            test "$$subdir" = "." -o "$$subdir" = "po" || \
            ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \
          done
+endif
+
 # test-report: run tests in subdirs and generate report
 # perf-report: run tests in subdirs with -m perf and generate report
 # full-report: like test-report: with -m perf and -m slow
index 1e63a73..3d497ac 100644 (file)
@@ -44,6 +44,8 @@ markup_subparser_LDADD    = $(progs_ldadd)
 TEST_PROGS         += array-test
 array_test_LDADD    = $(progs_ldadd)
 
+if OS_UNIX
+
 # some testing of gtester funcitonality
 XMLLINT=xmllint
 gtester-xmllint-check: # check testreport xml with xmllint if present
@@ -51,6 +53,8 @@ gtester-xmllint-check: # check testreport xml with xmllint if present
        ${XMLLINT} --version 2>/dev/null; test "$$?" != 0 || ${XMLLINT} --noout tmpsample.xml
 check-am: gtester-xmllint-check
 
+endif
+
 CLEANFILES = \
        tmpsample.xml