• Home
  • Raw
  • Download

Lines Matching +full:run +full:- +full:checker

3 - since testapi.c file is huge (over 52000 lines), it's compilation
8 - since the name of files (or qualifier) in PDS are limited to 8 I had to
13 - in order to copy objects to PDS, I had the cp command at line 860
17 … $(AM_V_CCLD)$(libxml2_la_LINK) -rpath $(libdir) $(libxml2_la_OBJECTS) $(libxml2_la_LIBADD) $(LIBS)
20 cp -ACMv $$p "//'<PDS NAME>'"; \
48 --- Makefile.in 2017-08-01 08:17:15.000000000 +0200
49 +++ Makefile-new.in 2017-08-01 08:07:26.000000000 +0200
50 @@ -41,7 +41,7 @@
54 - testapi$(EXEEXT) testModule$(EXEEXT) runtest$(EXEEXT) \
59 @@ -106,6 +106,7 @@
67 @@ -118,10 +119,24 @@
91 am__v_lt_0 = --silent
92 @@ -216,11 +231,6 @@
93 testXPath_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
94 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
95 $(testXPath_LDFLAGS) $(LDFLAGS) -o $@
96 -am_testapi_OBJECTS = testapi.$(OBJEXT)
97 -testapi_OBJECTS = $(am_testapi_OBJECTS)
98 -testapi_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
99 - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
100 - $(testapi_LDFLAGS) $(LDFLAGS) -o $@
103 testchar_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
104 @@ -285,7 +295,7 @@
108 - $(testapi_SOURCES) $(testchar_SOURCES) $(testdict_SOURCES) \
113 @@ -295,7 +305,7 @@
117 - $(testXPath_SOURCES) $(testapi_SOURCES) $(testchar_SOURCES) \
122 @@ -700,11 +710,6 @@
125 testdso_la_LDFLAGS = -module -no-undefined -avoid-version -rpath $(libdir)
126 -BUILT_SOURCES = testapi.c
127 -testapi_SOURCES = testapi.c
128 -testapi_LDFLAGS =
129 -testapi_DEPENDENCIES = $(DEPS)
130 -testapi_LDADD = $(LDADDS)
134 @@ -854,6 +859,12 @@
137 $(AM_V_CCLD)$(libxml2_la_LINK) -rpath $(libdir) $(libxml2_la_OBJECTS) $(libxml2_la_LIBADD) $(LIBS)
141 + cp -ACMv $$p "//'A009153.XRDEV230.FIC.OBJLIB.LIBXML'"; \
146 install-binPROGRAMS: $(bin_PROGRAMS)
147 @@ -953,9 +964,6 @@
149 @rm -f testXPath$(EXEEXT)
151 -testapi$(EXEEXT): $(testapi_OBJECTS) $(testapi_DEPENDENCIES)
152 - @rm -f testapi$(EXEEXT)
153 - $(AM_V_CCLD)$(testapi_LINK) $(testapi_OBJECTS) $(testapi_LDADD) $(LIBS)
155 @rm -f testchar$(EXEEXT)
157 @@ -1056,7 +1064,6 @@
161 -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testapi.Po@am__quote@
165 @@ -1755,18 +1762,6 @@
166 uninstall-local uninstall-m4dataDATA uninstall-man \
167 uninstall-man1 uninstall-man3 uninstall-pkgconfigDATA
169 -
170 -# that one forces the rebuild when "make rebuild" is run on doc/
171 -rebuild_testapi:
172 - -@(if [ "$(PYTHON)" != "" ] ; then \
173 - $(PYTHON) $(srcdir)/gentest.py $(srcdir) ; fi )
174 -
175 -# that one is just to make sure it is rebuilt if missing
176 -# but adding the dependances generate mess
177 -testapi.c: $(srcdir)/gentest.py
178 - -@(if [ "$(PYTHON)" != "" ] ; then \
179 - $(PYTHON) $(srcdir)/gentest.py $(srcdir) ; fi )
180 -
184 @@ -1775,7 +1770,7 @@
186 [ -d test ] || $(LN_S) $(srcdir)/test .
187 [ -d result ] || $(LN_S) $(srcdir)/result .
188 - $(CHECKER) ./runtest$(EXEEXT) && $(CHECKER) ./testrecurse$(EXEEXT) &&$(CHECKER) ./testapi$(EXEEXT…
189CHECKER) ./runtest$(EXEEXT) && $(CHECKER) ./testrecurse$(EXEEXT) &&$(CHECKER) && $(CHECKER) ./test…
193 @@ -1797,10 +1792,6 @@
197 -APItests: testapi$(EXEEXT)
198 - @echo "## Running the API regression tests this may take a little while"
199 - -@($(CHECKER) $(top_builddir)/testapi -q)
200 -
204 @@ -2746,7 +2737,7 @@
205 dist-test: distdir
206 (mkdir -p $(distdir))
207 …(cd $(srcdir) ; tar -cf - --exclude CVS --exclude .svn --exclude .git xstc/Tests) | (cd $(distdir)…
208 - tar -cf - $(distdir)/test $(distdir)/result $(distdir)/xstc/Tests $(distdir)/Makefile.tests $(di…
209-cf - $(distdir)/test $(distdir)/result $(distdir)/xstc/Tests $(distdir)/Makefile.tests $(distdir…
210 @(rm -rf $(distdir)/xstc/Test)