1 ## Process this file with automake to produce Makefile.in -*- makefile -*-
4 tests/data/datasheet-test \
6 tests/data/inexactify \
7 tests/language/lexer/command-name-test \
8 tests/language/lexer/scan-test \
9 tests/language/lexer/segment-test \
10 tests/libpspp/abt-test \
11 tests/libpspp/bt-test \
12 tests/libpspp/encoding-guesser-test \
13 tests/libpspp/heap-test \
14 tests/libpspp/hmap-test \
15 tests/libpspp/hmapx-test \
16 tests/libpspp/i18n-test \
17 tests/libpspp/line-reader-test \
18 tests/libpspp/ll-test \
19 tests/libpspp/llx-test \
20 tests/libpspp/range-map-test \
21 tests/libpspp/range-set-test \
22 tests/libpspp/range-tower-test \
23 tests/libpspp/sparse-array-test \
24 tests/libpspp/sparse-xarray-test \
25 tests/libpspp/str-test \
26 tests/libpspp/string-map-test \
27 tests/libpspp/stringi-map-test \
28 tests/libpspp/string-set-test \
29 tests/libpspp/stringi-set-test \
30 tests/libpspp/tower-test \
31 tests/libpspp/u8-istream-test \
32 tests/libpspp/zip-test \
33 tests/output/render-test
35 check-programs: $(check_PROGRAMS)
37 tests_data_datasheet_test_SOURCES = \
38 tests/data/datasheet-test.c
39 tests_data_datasheet_test_LDADD = src/libpspp-core.la
40 tests_data_datasheet_test_CFLAGS = $(AM_CFLAGS)
42 tests_data_sack_SOURCES = \
44 tests_data_sack_LDADD = src/libpspp-core.la
45 tests_data_sack_CFLAGS = $(AM_CFLAGS)
47 tests_libpspp_line_reader_test_SOURCES = tests/libpspp/line-reader-test.c
48 tests_libpspp_line_reader_test_LDADD = src/libpspp/liblibpspp.la gl/libgl.la
50 tests_libpspp_ll_test_SOURCES = \
52 tests/libpspp/ll-test.c
53 tests_libpspp_ll_test_CFLAGS = $(AM_CFLAGS)
55 tests_libpspp_llx_test_SOURCES = \
58 tests/libpspp/llx-test.c
59 tests_libpspp_llx_test_CFLAGS = $(AM_CFLAGS)
61 tests_libpspp_encoding_guesser_test_SOURCES = \
62 tests/libpspp/encoding-guesser-test.c
63 tests_libpspp_encoding_guesser_test_LDADD = \
64 src/libpspp/liblibpspp.la \
67 tests_libpspp_heap_test_SOURCES = \
68 tests/libpspp/heap-test.c
69 tests_libpspp_heap_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
70 tests_libpspp_heap_test_LDADD = src/libpspp/liblibpspp.la gl/libgl.la
72 tests_libpspp_hmap_test_SOURCES = \
74 tests/libpspp/hmap-test.c
75 tests_libpspp_hmap_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
77 tests_libpspp_hmapx_test_SOURCES = \
80 tests/libpspp/hmapx-test.c
81 tests_libpspp_hmapx_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
83 tests_libpspp_i18n_test_SOURCES = tests/libpspp/i18n-test.c
84 tests_libpspp_i18n_test_LDADD = src/libpspp/liblibpspp.la gl/libgl.la
86 tests_libpspp_abt_test_SOURCES = \
88 tests/libpspp/abt-test.c
89 tests_libpspp_abt_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
91 tests_libpspp_bt_test_SOURCES = \
93 tests/libpspp/bt-test.c
94 tests_libpspp_bt_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
96 tests_libpspp_range_map_test_SOURCES = \
98 src/libpspp/range-map.c \
99 tests/libpspp/range-map-test.c
100 tests_libpspp_range_map_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
102 tests_libpspp_range_set_test_SOURCES = \
103 tests/libpspp/range-set-test.c
104 tests_libpspp_range_set_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
105 tests_libpspp_range_set_test_LDADD = src/libpspp/liblibpspp.la gl/libgl.la
107 tests_libpspp_range_tower_test_SOURCES = \
108 tests/libpspp/range-tower-test.c
109 tests_libpspp_range_tower_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
110 tests_libpspp_range_tower_test_LDADD = src/libpspp/liblibpspp.la gl/libgl.la
112 tests_libpspp_str_test_SOURCES = \
113 tests/libpspp/str-test.c
114 tests_libpspp_str_test_LDADD = src/libpspp/liblibpspp.la gl/libgl.la
116 tests_libpspp_string_map_test_SOURCES = \
117 tests/libpspp/string-map-test.c
118 tests_libpspp_string_map_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
119 tests_libpspp_string_map_test_LDADD = src/libpspp/liblibpspp.la gl/libgl.la
121 tests_libpspp_stringi_map_test_SOURCES = \
122 tests/libpspp/stringi-map-test.c
123 tests_libpspp_stringi_map_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
124 tests_libpspp_stringi_map_test_LDADD = src/libpspp/liblibpspp.la gl/libgl.la
126 tests_libpspp_string_set_test_SOURCES = \
127 src/libpspp/hash-functions.c \
129 src/libpspp/string-set.c \
130 tests/libpspp/string-set-test.c
131 tests_libpspp_string_set_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
133 tests_libpspp_stringi_set_test_SOURCES = \
134 tests/libpspp/stringi-set-test.c
135 tests_libpspp_stringi_set_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
136 tests_libpspp_stringi_set_test_LDADD = src/libpspp/liblibpspp.la gl/libgl.la
138 tests_libpspp_tower_test_SOURCES = \
139 tests/libpspp/tower-test.c
140 tests_libpspp_tower_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
141 tests_libpspp_tower_test_LDADD = src/libpspp/liblibpspp.la gl/libgl.la
143 tests_libpspp_u8_istream_test_SOURCES = tests/libpspp/u8-istream-test.c
144 tests_libpspp_u8_istream_test_LDADD = src/libpspp/liblibpspp.la gl/libgl.la
146 tests_libpspp_sparse_array_test_SOURCES = \
147 tests/libpspp/sparse-array-test.c
148 tests_libpspp_sparse_array_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
149 tests_libpspp_sparse_array_test_LDADD = src/libpspp/liblibpspp.la gl/libgl.la
151 tests_libpspp_sparse_xarray_test_SOURCES = \
152 tests/libpspp/sparse-xarray-test.c
153 tests_libpspp_sparse_xarray_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10
154 tests_libpspp_sparse_xarray_test_LDADD = src/libpspp/liblibpspp.la gl/libgl.la
156 tests_data_inexactify_SOURCES = tests/data/inexactify.c
158 check_PROGRAMS += tests/language/lexer/command-name-test
159 tests_language_lexer_command_name_test_SOURCES = \
160 src/data/identifier.c \
161 src/language/lexer/command-name.c \
162 tests/language/lexer/command-name-test.c
163 tests_language_lexer_command_name_test_LDADD = \
164 src/libpspp/liblibpspp.la \
166 tests_language_lexer_command_name_test_CFLAGS = $(AM_CFLAGS)
168 check_PROGRAMS += tests/language/lexer/scan-test
169 tests_language_lexer_scan_test_SOURCES = \
170 src/data/identifier.c \
171 src/language/lexer/command-name.c \
172 src/language/lexer/scan.c \
173 src/language/lexer/segment.c \
174 src/language/lexer/token.c \
175 tests/language/lexer/scan-test.c
176 tests_language_lexer_scan_test_CFLAGS = $(AM_CFLAGS)
177 tests_language_lexer_scan_test_LDADD = \
178 src/libpspp/liblibpspp.la \
181 check_PROGRAMS += tests/language/lexer/segment-test
182 tests_language_lexer_segment_test_SOURCES = \
183 src/data/identifier.c \
184 src/language/lexer/command-name.c \
185 src/language/lexer/segment.c \
186 tests/language/lexer/segment-test.c
187 tests_language_lexer_segment_test_CFLAGS = $(AM_CFLAGS)
188 tests_language_lexer_segment_test_LDADD = \
189 src/libpspp/liblibpspp.la \
192 check_PROGRAMS += tests/libpspp/zip-test
193 tests_libpspp_zip_test_SOURCES = \
194 tests/libpspp/zip-test.c
195 tests_libpspp_zip_test_CFLAGS = $(AM_CFLAGS)
196 tests_libpspp_zip_test_LDADD = \
197 src/libpspp/liblibpspp.la \
201 check_PROGRAMS += tests/output/render-test
202 tests_output_render_test_SOURCES = tests/output/render-test.c
203 tests_output_render_test_LDADD = \
205 src/libpspp-core.la \
210 tests/data/bcd-in.expected.cmp.gz \
211 tests/data/binhex-in.expected.cmp.gz \
212 tests/data/binhex-out.expected.gz \
213 tests/data/legacy-in.expected.cmp.gz \
214 tests/data/num-in.expected.gz \
215 tests/data/num-out-cmp.pl \
216 tests/data/num-out.expected.cmp.gz \
219 tests/language/data-io/Book1.gnm.unzipped \
220 tests/language/data-io/test.ods
222 CLEANFILES += *.save pspp.* foo*
224 EXTRA_DIST += tests/OChangeLog
233 $(srcdir)/package.m4 \
237 tests/data/calendar.at \
238 tests/data/data-in.at \
239 tests/data/data-out.at \
240 tests/data/datasheet-test.at \
241 tests/data/dictionary.at \
242 tests/data/format-guesser.at \
243 tests/data/por-file.at \
244 tests/data/sys-file-reader.at \
245 tests/data/sys-file.at \
246 tests/language/command.at \
247 tests/language/control/do-if.at \
248 tests/language/control/do-repeat.at \
249 tests/language/control/loop.at \
250 tests/language/control/temporary.at \
251 tests/language/data-io/add-files.at \
252 tests/language/data-io/data-list.at \
253 tests/language/data-io/data-reader.at \
254 tests/language/data-io/dataset.at \
255 tests/language/data-io/file-handle.at \
256 tests/language/data-io/get-data-spreadsheet.at \
257 tests/language/data-io/get-data-psql.at \
258 tests/language/data-io/get-data-txt.at \
259 tests/language/data-io/get.at \
260 tests/language/data-io/inpt-pgm.at \
261 tests/language/data-io/list.at \
262 tests/language/data-io/match-files.at \
263 tests/language/data-io/print-space.at \
264 tests/language/data-io/print.at \
265 tests/language/data-io/save.at \
266 tests/language/data-io/save-translate.at \
267 tests/language/data-io/update.at \
268 tests/language/dictionary/attributes.at \
269 tests/language/dictionary/formats.at \
270 tests/language/dictionary/missing-values.at \
271 tests/language/dictionary/mrsets.at \
272 tests/language/dictionary/rename-variables.at \
273 tests/language/dictionary/split-file.at \
274 tests/language/dictionary/sys-file-info.at \
275 tests/language/dictionary/value-labels.at \
276 tests/language/dictionary/variable-display.at \
277 tests/language/dictionary/vector.at \
278 tests/language/dictionary/weight.at \
279 tests/language/expressions/evaluate.at \
280 tests/language/expressions/parse.at \
281 tests/language/lexer/command-name.at \
282 tests/language/lexer/lexer.at \
283 tests/language/lexer/q2c.at \
284 tests/language/lexer/scan.at \
285 tests/language/lexer/segment.at \
286 tests/language/lexer/variable-parser.at \
287 tests/language/stats/aggregate.at \
288 tests/language/stats/autorecode.at \
289 tests/language/stats/correlations.at \
290 tests/language/stats/crosstabs.at \
291 tests/language/stats/descriptives.at \
292 tests/language/stats/examine.at \
293 tests/language/stats/factor.at \
294 tests/language/stats/flip.at \
295 tests/language/stats/frequencies.at \
296 tests/language/stats/glm.at \
297 tests/language/stats/logistic.at \
298 tests/language/stats/means.at \
299 tests/language/stats/npar.at \
300 tests/language/stats/oneway.at \
301 tests/language/stats/quick-cluster.at \
302 tests/language/stats/rank.at \
303 tests/language/stats/regression.at \
304 tests/language/stats/reliability.at \
305 tests/language/stats/roc.at \
306 tests/language/stats/sort-cases.at \
307 tests/language/stats/t-test.at \
308 tests/language/utilities/cache.at \
309 tests/language/utilities/cd.at \
310 tests/language/utilities/date.at \
311 tests/language/utilities/insert.at \
312 tests/language/utilities/permissions.at \
313 tests/language/utilities/set.at \
314 tests/language/utilities/show.at \
315 tests/language/utilities/title.at \
316 tests/language/xforms/compute.at \
317 tests/language/xforms/count.at \
318 tests/language/xforms/recode.at \
319 tests/language/xforms/sample.at \
320 tests/language/xforms/select-if.at \
321 tests/libpspp/abt.at \
322 tests/libpspp/bt.at \
323 tests/libpspp/encoding-guesser.at \
324 tests/libpspp/float-format.at \
325 tests/libpspp/heap.at \
326 tests/libpspp/hmap.at \
327 tests/libpspp/hmapx.at \
328 tests/libpspp/i18n.at \
329 tests/libpspp/line-reader.at \
330 tests/libpspp/ll.at \
331 tests/libpspp/llx.at \
332 tests/libpspp/range-map.at \
333 tests/libpspp/range-set.at \
334 tests/libpspp/range-tower.at \
335 tests/libpspp/sparse-array.at \
336 tests/libpspp/sparse-xarray-test.at \
337 tests/libpspp/str.at \
338 tests/libpspp/string-map.at \
339 tests/libpspp/stringi-map.at \
340 tests/libpspp/string-set.at \
341 tests/libpspp/stringi-set.at \
342 tests/libpspp/tower.at \
343 tests/libpspp/u8-istream.at \
344 tests/libpspp/zip.at \
345 tests/math/moments.at \
346 tests/math/randist.at \
347 tests/output/ascii.at \
348 tests/output/charts.at \
349 tests/output/output.at \
350 tests/output/paper-size.at \
351 tests/output/render.at \
352 tests/ui/terminal/main.at \
355 TESTSUITE = $(srcdir)/tests/testsuite
356 DISTCLEANFILES += tests/atconfig tests/atlocal $(TESTSUITE)
357 AUTOTEST_PATH = tests/data:tests/language/lexer:tests/libpspp:tests/output:src/ui/terminal
359 $(srcdir)/tests/testsuite.at: tests/testsuite.in tests/automake.mk
361 for t in $(TESTSUITE_AT); do \
362 echo "m4_include([$$t])" >> $@ ;\
364 EXTRA_DIST += tests/testsuite.at
366 CHECK_LOCAL += tests_check
367 tests_check: tests/atconfig tests/atlocal $(TESTSUITE) $(check_PROGRAMS)
368 $(SHELL) '$(TESTSUITE)' -C tests AUTOTEST_PATH=$(AUTOTEST_PATH) $(TESTSUITEFLAGS)
370 CLEAN_LOCAL += tests_clean
372 test ! -f '$(TESTSUITE)' || $(SHELL) '$(TESTSUITE)' -C tests --clean
374 AUTOM4TE = $(SHELL) $(srcdir)/build-aux/missing --run autom4te
375 AUTOTEST = $(AUTOM4TE) --language=autotest
376 $(TESTSUITE): package.m4 $(srcdir)/tests/testsuite.at $(TESTSUITE_AT)
377 $(AUTOTEST) -I '$(srcdir)' $@.at | sed 's/@<00A0>@/ /g' > $@.tmp
380 # The `:;' works around a Bash 3.2 bug when the output is not writeable.
381 $(srcdir)/package.m4: $(top_srcdir)/configure.ac
383 echo '# Signature of the current package.' && \
384 echo 'm4_define([AT_PACKAGE_NAME], [$(PACKAGE_NAME)])' && \
385 echo 'm4_define([AT_PACKAGE_TARNAME], [$(PACKAGE_TARNAME)])' && \
386 echo 'm4_define([AT_PACKAGE_VERSION], [$(PACKAGE_VERSION)])' && \
387 echo 'm4_define([AT_PACKAGE_STRING], [$(PACKAGE_STRING)])' && \
388 echo 'm4_define([AT_PACKAGE_BUGREPORT], [$(PACKAGE_BUGREPORT)])' && \
389 echo 'm4_define([AT_PACKAGE_URL], [$(PACKAGE_URL)])'; \
390 } >'$(srcdir)/package.m4'
392 # valgrind support for Autotest testsuite
394 valgrind_wrappers = \
395 tests/valgrind/datasheet-test \
396 tests/valgrind/command-name-test \
397 tests/valgrind/scan-test \
398 tests/valgrind/segment-test \
399 tests/valgrind/abt-test \
400 tests/valgrind/bt-test \
401 tests/valgrind/encoding-guesser-test \
402 tests/valgrind/heap-test \
403 tests/valgrind/hmap-test \
404 tests/valgrind/hmapx-test \
405 tests/valgrind/i18n-test \
406 tests/valgrind/ll-test \
407 tests/valgrind/llx-test \
408 tests/valgrind/range-map-test \
409 tests/valgrind/range-set-test \
410 tests/valgrind/range-tower-test \
411 tests/valgrind/sparse-array-test \
412 tests/valgrind/sparse-xarray-test \
413 tests/valgrind/str-test \
414 tests/valgrind/string-map-test \
415 tests/valgrind/stringi-map-test \
416 tests/valgrind/string-set-test \
417 tests/valgrind/stringi-set-test \
418 tests/valgrind/tower-test \
419 tests/valgrind/u8-istream-test \
420 tests/valgrind/render-test \
423 $(valgrind_wrappers): tests/valgrind-wrapper.in
424 @$(MKDIR_P) tests/valgrind
425 sed -e 's,[@]wrap_program[@],$@,' \
426 $(top_srcdir)/tests/valgrind-wrapper.in > $@.tmp
429 CLEANFILES += $(valgrind_wrappers)
430 EXTRA_DIST += tests/valgrind-wrapper.in
432 VALGRIND = $(SHELL) $(abs_top_builddir)/libtool --mode=execute valgrind --log-file=valgrind.%p --leak-check=full --num-callers=20
433 check-valgrind: all tests/atconfig tests/atlocal $(TESTSUITE) $(valgrind_wrappers)
434 $(SHELL) '$(TESTSUITE)' -C tests VALGRIND='$(VALGRIND)' AUTOTEST_PATH='tests/valgrind:$(AUTOTEST_PATH)' -d $(TESTSUITEFLAGS)
436 @echo '--------------------------------'
437 @echo 'Valgrind output is in:'
438 @echo 'tests/testsuite.dir/*/valgrind.*'
439 @echo '--------------------------------'