~ubuntu-branches/ubuntu/wily/nbdkit/wily

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Hilko Bengen
  • Date: 2014-02-17 19:31:33 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20140217193133-xvmd9uadu73nslod
Tags: 1.1.6-1
* New upstream version
* Split package
* Cherry-picked post-1.1.6-bugfix from upstream git

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
@SET_MAKE@
16
16
 
17
17
# nbdkit
18
 
# Copyright (C) 2013 Red Hat Inc.
 
18
# Copyright (C) 2013-2014 Red Hat Inc.
19
19
# All rights reserved.
20
20
#
21
21
# Redistribution and use in source and binary forms, with or without
111
111
host_triplet = @host@
112
112
@HAVE_LIBGUESTFS_TRUE@check_PROGRAMS = test-connect$(EXEEXT) \
113
113
@HAVE_LIBGUESTFS_TRUE@  test-file$(EXEEXT) $(am__EXEEXT_1) \
114
 
@HAVE_LIBGUESTFS_TRUE@  $(am__EXEEXT_2)
 
114
@HAVE_LIBGUESTFS_TRUE@  $(am__EXEEXT_2) $(am__EXEEXT_3) \
 
115
@HAVE_LIBGUESTFS_TRUE@  $(am__EXEEXT_4)
115
116
@HAVE_LIBGUESTFS_TRUE@TESTS = test-connect$(EXEEXT) test-file$(EXEEXT) \
116
 
@HAVE_LIBGUESTFS_TRUE@  $(am__EXEEXT_1) $(am__EXEEXT_2)
 
117
@HAVE_LIBGUESTFS_TRUE@  $(am__EXEEXT_1) $(am__EXEEXT_2) \
 
118
@HAVE_LIBGUESTFS_TRUE@  $(am__EXEEXT_3) $(am__EXEEXT_4)
117
119
@HAVE_LIBGUESTFS_TRUE@am__append_1 = file-data
118
120
 
119
121
# gzip plugin test.
127
129
@HAVE_GUESTFISH_TRUE@@HAVE_LIBGUESTFS_TRUE@@HAVE_LIBLZMA_TRUE@am__append_7 = test-xz
128
130
@HAVE_GUESTFISH_TRUE@@HAVE_LIBGUESTFS_TRUE@@HAVE_LIBLZMA_TRUE@am__append_8 = disk.xz
129
131
@HAVE_GUESTFISH_TRUE@@HAVE_LIBGUESTFS_TRUE@@HAVE_LIBLZMA_TRUE@am__append_9 = disk.xz
 
132
 
 
133
# perl plugin test.
 
134
@HAVE_LIBGUESTFS_TRUE@@HAVE_PERL_TRUE@am__append_10 = test-perl
 
135
@HAVE_LIBGUESTFS_TRUE@@HAVE_PERL_TRUE@am__append_11 = test-perl
 
136
 
 
137
# python plugin test.
 
138
@HAVE_LIBGUESTFS_TRUE@@HAVE_PYTHON_TRUE@am__append_12 = test-python
 
139
@HAVE_LIBGUESTFS_TRUE@@HAVE_PYTHON_TRUE@am__append_13 = test-python
130
140
subdir = tests
131
141
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
132
142
        $(top_srcdir)/depcomp $(top_srcdir)/test-driver
155
165
@HAVE_LIBGUESTFS_TRUE@am_libtest_la_rpath =
156
166
@HAVE_GUESTFISH_TRUE@@HAVE_LIBGUESTFS_TRUE@@HAVE_ZLIB_TRUE@am__EXEEXT_1 = test-gzip$(EXEEXT)
157
167
@HAVE_GUESTFISH_TRUE@@HAVE_LIBGUESTFS_TRUE@@HAVE_LIBLZMA_TRUE@am__EXEEXT_2 = test-xz$(EXEEXT)
 
168
@HAVE_LIBGUESTFS_TRUE@@HAVE_PERL_TRUE@am__EXEEXT_3 =  \
 
169
@HAVE_LIBGUESTFS_TRUE@@HAVE_PERL_TRUE@  test-perl$(EXEEXT)
 
170
@HAVE_LIBGUESTFS_TRUE@@HAVE_PYTHON_TRUE@am__EXEEXT_4 =  \
 
171
@HAVE_LIBGUESTFS_TRUE@@HAVE_PYTHON_TRUE@        test-python$(EXEEXT)
158
172
am__test_connect_SOURCES_DIST = test-connect.c test.h
159
173
@HAVE_LIBGUESTFS_TRUE@am_test_connect_OBJECTS =  \
160
174
@HAVE_LIBGUESTFS_TRUE@  test_connect-test-connect.$(OBJEXT)
182
196
test_gzip_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
183
197
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_gzip_CFLAGS) \
184
198
        $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
199
am__test_perl_SOURCES_DIST = test-lang-plugins.c test.h
 
200
@HAVE_LIBGUESTFS_TRUE@@HAVE_PERL_TRUE@am_test_perl_OBJECTS = test_perl-test-lang-plugins.$(OBJEXT)
 
201
test_perl_OBJECTS = $(am_test_perl_OBJECTS)
 
202
@HAVE_LIBGUESTFS_TRUE@@HAVE_PERL_TRUE@test_perl_DEPENDENCIES =  \
 
203
@HAVE_LIBGUESTFS_TRUE@@HAVE_PERL_TRUE@  libtest.la \
 
204
@HAVE_LIBGUESTFS_TRUE@@HAVE_PERL_TRUE@  $(am__DEPENDENCIES_1)
 
205
test_perl_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
206
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_perl_CFLAGS) \
 
207
        $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
208
am__test_python_SOURCES_DIST = test-lang-plugins.c test.h
 
209
@HAVE_LIBGUESTFS_TRUE@@HAVE_PYTHON_TRUE@am_test_python_OBJECTS = test_python-test-lang-plugins.$(OBJEXT)
 
210
test_python_OBJECTS = $(am_test_python_OBJECTS)
 
211
@HAVE_LIBGUESTFS_TRUE@@HAVE_PYTHON_TRUE@test_python_DEPENDENCIES =  \
 
212
@HAVE_LIBGUESTFS_TRUE@@HAVE_PYTHON_TRUE@        libtest.la \
 
213
@HAVE_LIBGUESTFS_TRUE@@HAVE_PYTHON_TRUE@        $(am__DEPENDENCIES_1)
 
214
test_python_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
215
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_python_CFLAGS) \
 
216
        $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
185
217
am__test_xz_SOURCES_DIST = test-xz.c test.h
186
218
@HAVE_GUESTFISH_TRUE@@HAVE_LIBGUESTFS_TRUE@@HAVE_LIBLZMA_TRUE@am_test_xz_OBJECTS = test_xz-test-xz.$(OBJEXT)
187
219
test_xz_OBJECTS = $(am_test_xz_OBJECTS)
225
257
am__v_CCLD_0 = @echo "  CCLD    " $@;
226
258
am__v_CCLD_1 = 
227
259
SOURCES = $(libtest_la_SOURCES) $(test_connect_SOURCES) \
228
 
        $(test_file_SOURCES) $(test_gzip_SOURCES) $(test_xz_SOURCES)
 
260
        $(test_file_SOURCES) $(test_gzip_SOURCES) $(test_perl_SOURCES) \
 
261
        $(test_python_SOURCES) $(test_xz_SOURCES)
229
262
DIST_SOURCES = $(am__libtest_la_SOURCES_DIST) \
230
263
        $(am__test_connect_SOURCES_DIST) $(am__test_file_SOURCES_DIST) \
231
 
        $(am__test_gzip_SOURCES_DIST) $(am__test_xz_SOURCES_DIST)
 
264
        $(am__test_gzip_SOURCES_DIST) $(am__test_perl_SOURCES_DIST) \
 
265
        $(am__test_python_SOURCES_DIST) $(am__test_xz_SOURCES_DIST)
232
266
am__can_run_installinfo = \
233
267
  case $$AM_UPDATE_INFO_DIR in \
234
268
    n|no|NO) false;; \
599
633
top_srcdir = @top_srcdir@
600
634
CLEANFILES = *~
601
635
MAINTAINERCLEANFILES = $(am__append_1) $(am__append_5) $(am__append_9)
 
636
EXTRA_DIST = test.pl test.py
602
637
 
603
638
# Tests need libguestfs, since that is a convenient way to drive qemu.
604
 
@HAVE_LIBGUESTFS_TRUE@TESTS_ENVIRONMENT = LIBGUESTFS_ATTACH_METHOD=appliance
 
639
 
 
640
# Use the 'direct' backend, and ensure maximum libguestfs debugging is
 
641
# written to the *.log files in case there is a problem.
 
642
@HAVE_LIBGUESTFS_TRUE@TESTS_ENVIRONMENT = \
 
643
@HAVE_LIBGUESTFS_TRUE@  LIBGUESTFS_ATTACH_METHOD=appliance \
 
644
@HAVE_LIBGUESTFS_TRUE@  LIBGUESTFS_DEBUG=1 \
 
645
@HAVE_LIBGUESTFS_TRUE@  LIBGUESTFS_TRACE=1
 
646
 
605
647
 
606
648
# Common test library.
607
649
@HAVE_LIBGUESTFS_TRUE@check_LTLIBRARIES = libtest.la
621
663
@HAVE_GUESTFISH_TRUE@@HAVE_LIBGUESTFS_TRUE@@HAVE_LIBLZMA_TRUE@test_xz_SOURCES = test-xz.c test.h
622
664
@HAVE_GUESTFISH_TRUE@@HAVE_LIBGUESTFS_TRUE@@HAVE_LIBLZMA_TRUE@test_xz_CFLAGS = $(WARNINGS_CFLAGS) $(LIBGUESTFS_CFLAGS)
623
665
@HAVE_GUESTFISH_TRUE@@HAVE_LIBGUESTFS_TRUE@@HAVE_LIBLZMA_TRUE@test_xz_LDADD = libtest.la $(LIBGUESTFS_LIBS)
 
666
@HAVE_LIBGUESTFS_TRUE@@HAVE_PERL_TRUE@test_perl_SOURCES = test-lang-plugins.c test.h
 
667
@HAVE_LIBGUESTFS_TRUE@@HAVE_PERL_TRUE@test_perl_CFLAGS = \
 
668
@HAVE_LIBGUESTFS_TRUE@@HAVE_PERL_TRUE@  -DLANG='"perl"' -DSCRIPT='"test.pl"' \
 
669
@HAVE_LIBGUESTFS_TRUE@@HAVE_PERL_TRUE@  $(WARNINGS_CFLAGS) $(LIBGUESTFS_CFLAGS)
 
670
 
 
671
@HAVE_LIBGUESTFS_TRUE@@HAVE_PERL_TRUE@test_perl_LDADD = libtest.la $(LIBGUESTFS_LIBS)
 
672
@HAVE_LIBGUESTFS_TRUE@@HAVE_PYTHON_TRUE@test_python_SOURCES = test-lang-plugins.c test.h
 
673
@HAVE_LIBGUESTFS_TRUE@@HAVE_PYTHON_TRUE@test_python_CFLAGS = \
 
674
@HAVE_LIBGUESTFS_TRUE@@HAVE_PYTHON_TRUE@        -DLANG='"python"' -DSCRIPT='"test.py"' \
 
675
@HAVE_LIBGUESTFS_TRUE@@HAVE_PYTHON_TRUE@        $(WARNINGS_CFLAGS) $(LIBGUESTFS_CFLAGS)
 
676
 
 
677
@HAVE_LIBGUESTFS_TRUE@@HAVE_PYTHON_TRUE@test_python_LDADD = libtest.la $(LIBGUESTFS_LIBS)
624
678
all: all-am
625
679
 
626
680
.SUFFIXES:
691
745
        @rm -f test-gzip$(EXEEXT)
692
746
        $(AM_V_CCLD)$(test_gzip_LINK) $(test_gzip_OBJECTS) $(test_gzip_LDADD) $(LIBS)
693
747
 
 
748
test-perl$(EXEEXT): $(test_perl_OBJECTS) $(test_perl_DEPENDENCIES) $(EXTRA_test_perl_DEPENDENCIES) 
 
749
        @rm -f test-perl$(EXEEXT)
 
750
        $(AM_V_CCLD)$(test_perl_LINK) $(test_perl_OBJECTS) $(test_perl_LDADD) $(LIBS)
 
751
 
 
752
test-python$(EXEEXT): $(test_python_OBJECTS) $(test_python_DEPENDENCIES) $(EXTRA_test_python_DEPENDENCIES) 
 
753
        @rm -f test-python$(EXEEXT)
 
754
        $(AM_V_CCLD)$(test_python_LINK) $(test_python_OBJECTS) $(test_python_LDADD) $(LIBS)
 
755
 
694
756
test-xz$(EXEEXT): $(test_xz_OBJECTS) $(test_xz_DEPENDENCIES) $(EXTRA_test_xz_DEPENDENCIES) 
695
757
        @rm -f test-xz$(EXEEXT)
696
758
        $(AM_V_CCLD)$(test_xz_LINK) $(test_xz_OBJECTS) $(test_xz_LDADD) $(LIBS)
705
767
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_connect-test-connect.Po@am__quote@
706
768
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_file-test-file.Po@am__quote@
707
769
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_gzip-test-gzip.Po@am__quote@
 
770
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_perl-test-lang-plugins.Po@am__quote@
 
771
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_python-test-lang-plugins.Po@am__quote@
708
772
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_xz-test-xz.Po@am__quote@
709
773
 
710
774
.c.o:
777
841
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
778
842
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_gzip_CFLAGS) $(CFLAGS) -c -o test_gzip-test-gzip.obj `if test -f 'test-gzip.c'; then $(CYGPATH_W) 'test-gzip.c'; else $(CYGPATH_W) '$(srcdir)/test-gzip.c'; fi`
779
843
 
 
844
test_perl-test-lang-plugins.o: test-lang-plugins.c
 
845
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_perl_CFLAGS) $(CFLAGS) -MT test_perl-test-lang-plugins.o -MD -MP -MF $(DEPDIR)/test_perl-test-lang-plugins.Tpo -c -o test_perl-test-lang-plugins.o `test -f 'test-lang-plugins.c' || echo '$(srcdir)/'`test-lang-plugins.c
 
846
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_perl-test-lang-plugins.Tpo $(DEPDIR)/test_perl-test-lang-plugins.Po
 
847
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test-lang-plugins.c' object='test_perl-test-lang-plugins.o' libtool=no @AMDEPBACKSLASH@
 
848
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
849
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_perl_CFLAGS) $(CFLAGS) -c -o test_perl-test-lang-plugins.o `test -f 'test-lang-plugins.c' || echo '$(srcdir)/'`test-lang-plugins.c
 
850
 
 
851
test_perl-test-lang-plugins.obj: test-lang-plugins.c
 
852
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_perl_CFLAGS) $(CFLAGS) -MT test_perl-test-lang-plugins.obj -MD -MP -MF $(DEPDIR)/test_perl-test-lang-plugins.Tpo -c -o test_perl-test-lang-plugins.obj `if test -f 'test-lang-plugins.c'; then $(CYGPATH_W) 'test-lang-plugins.c'; else $(CYGPATH_W) '$(srcdir)/test-lang-plugins.c'; fi`
 
853
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_perl-test-lang-plugins.Tpo $(DEPDIR)/test_perl-test-lang-plugins.Po
 
854
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test-lang-plugins.c' object='test_perl-test-lang-plugins.obj' libtool=no @AMDEPBACKSLASH@
 
855
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
856
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_perl_CFLAGS) $(CFLAGS) -c -o test_perl-test-lang-plugins.obj `if test -f 'test-lang-plugins.c'; then $(CYGPATH_W) 'test-lang-plugins.c'; else $(CYGPATH_W) '$(srcdir)/test-lang-plugins.c'; fi`
 
857
 
 
858
test_python-test-lang-plugins.o: test-lang-plugins.c
 
859
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_python_CFLAGS) $(CFLAGS) -MT test_python-test-lang-plugins.o -MD -MP -MF $(DEPDIR)/test_python-test-lang-plugins.Tpo -c -o test_python-test-lang-plugins.o `test -f 'test-lang-plugins.c' || echo '$(srcdir)/'`test-lang-plugins.c
 
860
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_python-test-lang-plugins.Tpo $(DEPDIR)/test_python-test-lang-plugins.Po
 
861
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test-lang-plugins.c' object='test_python-test-lang-plugins.o' libtool=no @AMDEPBACKSLASH@
 
862
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
863
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_python_CFLAGS) $(CFLAGS) -c -o test_python-test-lang-plugins.o `test -f 'test-lang-plugins.c' || echo '$(srcdir)/'`test-lang-plugins.c
 
864
 
 
865
test_python-test-lang-plugins.obj: test-lang-plugins.c
 
866
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_python_CFLAGS) $(CFLAGS) -MT test_python-test-lang-plugins.obj -MD -MP -MF $(DEPDIR)/test_python-test-lang-plugins.Tpo -c -o test_python-test-lang-plugins.obj `if test -f 'test-lang-plugins.c'; then $(CYGPATH_W) 'test-lang-plugins.c'; else $(CYGPATH_W) '$(srcdir)/test-lang-plugins.c'; fi`
 
867
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_python-test-lang-plugins.Tpo $(DEPDIR)/test_python-test-lang-plugins.Po
 
868
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test-lang-plugins.c' object='test_python-test-lang-plugins.obj' libtool=no @AMDEPBACKSLASH@
 
869
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
870
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_python_CFLAGS) $(CFLAGS) -c -o test_python-test-lang-plugins.obj `if test -f 'test-lang-plugins.c'; then $(CYGPATH_W) 'test-lang-plugins.c'; else $(CYGPATH_W) '$(srcdir)/test-lang-plugins.c'; fi`
 
871
 
780
872
test_xz-test-xz.o: test-xz.c
781
873
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_xz_CFLAGS) $(CFLAGS) -MT test_xz-test-xz.o -MD -MP -MF $(DEPDIR)/test_xz-test-xz.Tpo -c -o test_xz-test-xz.o `test -f 'test-xz.c' || echo '$(srcdir)/'`test-xz.c
782
874
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_xz-test-xz.Tpo $(DEPDIR)/test_xz-test-xz.Po
1018
1110
        --log-file $$b.log --trs-file $$b.trs \
1019
1111
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1020
1112
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
1113
test-perl.log: test-perl$(EXEEXT)
 
1114
        @p='test-perl$(EXEEXT)'; \
 
1115
        b='test-perl'; \
 
1116
        $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 
1117
        --log-file $$b.log --trs-file $$b.trs \
 
1118
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 
1119
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
1120
test-python.log: test-python$(EXEEXT)
 
1121
        @p='test-python$(EXEEXT)'; \
 
1122
        b='test-python'; \
 
1123
        $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 
1124
        --log-file $$b.log --trs-file $$b.trs \
 
1125
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 
1126
        "$$tst" $(AM_TESTS_FD_REDIRECT)
1021
1127
.test.log:
1022
1128
        @p='$<'; \
1023
1129
        $(am__set_b); \