~ubuntu-branches/ubuntu/quantal/libbonobo/quantal-201207170711

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-03-06 18:53:16 UTC
  • mfrom: (1.1.25 upstream) (3.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090306185316-uf09r30g7cvf67xi
Tags: 2.24.1-1
* New upstream bugfix release.
* debian/control.in:
  + Build depend on GLib >= 2.14.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
169
169
CFLAGS = @CFLAGS@
170
170
CPP = @CPP@
171
171
CPPFLAGS = @CPPFLAGS@
172
 
CXX = @CXX@
173
 
CXXCPP = @CXXCPP@
174
 
CXXDEPMODE = @CXXDEPMODE@
175
 
CXXFLAGS = @CXXFLAGS@
176
172
CYGPATH_W = @CYGPATH_W@
177
173
DATADIRNAME = @DATADIRNAME@
178
174
DEFS = @DEFS@
179
175
DEPDIR = @DEPDIR@
 
176
DISABLE_DEPRECATED_CFLAGS = @DISABLE_DEPRECATED_CFLAGS@
180
177
DLLTOOL = @DLLTOOL@
181
178
DSYMUTIL = @DSYMUTIL@
182
 
ECHO = @ECHO@
 
179
DUMPBIN = @DUMPBIN@
183
180
ECHO_C = @ECHO_C@
184
181
ECHO_N = @ECHO_N@
185
182
ECHO_T = @ECHO_T@
186
183
EGREP = @EGREP@
187
184
EXEEXT = @EXEEXT@
188
 
F77 = @F77@
189
 
FFLAGS = @FFLAGS@
 
185
FGREP = @FGREP@
190
186
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
191
187
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
192
188
GMOFILES = @GMOFILES@
229
225
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
230
226
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
231
227
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
228
LD = @LD@
232
229
LDFLAGS = @LDFLAGS@
233
230
LEX = @LEX@
234
231
LEXLIB = @LEXLIB@
240
237
LIBOBJS = @LIBOBJS@
241
238
LIBS = @LIBS@
242
239
LIBTOOL = @LIBTOOL@
 
240
LIPO = @LIPO@
243
241
LN_S = @LN_S@
244
242
LTLIBOBJS = @LTLIBOBJS@
245
243
MAINT = @MAINT@
249
247
MSGFMT = @MSGFMT@
250
248
MSGFMT_OPTS = @MSGFMT_OPTS@
251
249
MSGMERGE = @MSGMERGE@
 
250
NM = @NM@
252
251
NMEDIT = @NMEDIT@
253
252
OBJDUMP = @OBJDUMP@
254
253
OBJEXT = @OBJEXT@
255
254
ORBIT_IDL = @ORBIT_IDL@
 
255
OTOOL = @OTOOL@
 
256
OTOOL64 = @OTOOL64@
256
257
PACKAGE = @PACKAGE@
257
258
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
258
259
PACKAGE_NAME = @PACKAGE_NAME@
287
288
abs_top_builddir = @abs_top_builddir@
288
289
abs_top_srcdir = @abs_top_srcdir@
289
290
ac_ct_CC = @ac_ct_CC@
290
 
ac_ct_CXX = @ac_ct_CXX@
291
 
ac_ct_F77 = @ac_ct_F77@
 
291
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
292
292
am__include = @am__include@
293
293
am__leading_dot = @am__leading_dot@
294
294
am__quote = @am__quote@
319
319
libexecdir = @libexecdir@
320
320
localedir = @localedir@
321
321
localstatedir = @localstatedir@
 
322
lt_ECHO = @lt_ECHO@
322
323
mandir = @mandir@
323
324
mkdir_p = @mkdir_p@
324
325
oldincludedir = @oldincludedir@
339
340
        -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
340
341
        -I$(top_srcdir)                                 \
341
342
        $(WARN_CFLAGS)                                  \
342
 
        $(LIBBONOBO_CFLAGS)
 
343
        $(LIBBONOBO_CFLAGS)                             \
 
344
        $(DISABLE_DEPRECATED_CFLAGS)
343
345
 
344
346
LDADD = $(top_builddir)/bonobo/libbonobo-2.la $(LIBBONOBO_LIBS)
345
347
test_properties_server_SOURCES = \
377
379
        @for dep in $?; do \
378
380
          case '$(am__configure_deps)' in \
379
381
            *$$dep*) \
380
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
381
 
                && exit 0; \
 
382
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
383
                && { if test -f $@; then exit 0; else break; fi; }; \
382
384
              exit 1;; \
383
385
          esac; \
384
386
        done; \
567
569
        unique=`for i in $$list; do \
568
570
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
569
571
          done | \
570
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
572
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
571
573
              END { if (nonempty) { for (i in files) print i; }; }'`; \
572
574
        mkid -fID $$unique
573
575
tags: TAGS
623
625
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
624
626
 
625
627
check-TESTS: $(TESTS)
626
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
 
628
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
627
629
        srcdir=$(srcdir); export srcdir; \
628
630
        list=' $(TESTS) '; \
629
631
        if test -n "$$list"; then \
634
636
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
635
637
              all=`expr $$all + 1`; \
636
638
              case " $(XFAIL_TESTS) " in \
637
 
              *$$ws$$tst$$ws*) \
 
639
              *[\ \     ]$$tst[\ \      ]*) \
638
640
                xpass=`expr $$xpass + 1`; \
639
641
                failed=`expr $$failed + 1`; \
640
642
                echo "XPASS: $$tst"; \
646
648
            elif test $$? -ne 77; then \
647
649
              all=`expr $$all + 1`; \
648
650
              case " $(XFAIL_TESTS) " in \
649
 
              *$$ws$$tst$$ws*) \
 
651
              *[\ \     ]$$tst[\ \      ]*) \
650
652
                xfail=`expr $$xfail + 1`; \
651
653
                echo "XFAIL: $$tst"; \
652
654
              ;; \
660
662
              echo "SKIP: $$tst"; \
661
663
            fi; \
662
664
          done; \
 
665
          if test "$$all" -eq 1; then \
 
666
            tests="test"; \
 
667
            All=""; \
 
668
          else \
 
669
            tests="tests"; \
 
670
            All="All "; \
 
671
          fi; \
663
672
          if test "$$failed" -eq 0; then \
664
673
            if test "$$xfail" -eq 0; then \
665
 
              banner="All $$all tests passed"; \
 
674
              banner="$$All$$all $$tests passed"; \
666
675
            else \
667
 
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
 
676
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
 
677
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
668
678
            fi; \
669
679
          else \
670
680
            if test "$$xpass" -eq 0; then \
671
 
              banner="$$failed of $$all tests failed"; \
 
681
              banner="$$failed of $$all $$tests failed"; \
672
682
            else \
673
 
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
 
683
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
 
684
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
674
685
            fi; \
675
686
          fi; \
676
687
          dashes="$$banner"; \
677
688
          skipped=""; \
678
689
          if test "$$skip" -ne 0; then \
679
 
            skipped="($$skip tests were not run)"; \
 
690
            if test "$$skip" -eq 1; then \
 
691
              skipped="($$skip test was not run)"; \
 
692
            else \
 
693
              skipped="($$skip tests were not run)"; \
 
694
            fi; \
680
695
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
681
696
              dashes="$$skipped"; \
682
697
          fi; \