X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fautomake.mk;h=28159d4c13b63a27c3174946ffe382408feac659;hb=35fab6526c3b8491a05769cb72e24c00316c5d3f;hp=d89f6dd1baaf3b2fda0160dfc5043a1f7d5ba752;hpb=b70e534e07eec7a2cbe249e8e609ff7cbc87eaff;p=pspp diff --git a/tests/automake.mk b/tests/automake.mk index d89f6dd1ba..28159d4c13 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -31,7 +31,9 @@ check_PROGRAMS += \ tests/libpspp/tower-test \ tests/libpspp/u8-istream-test \ tests/libpspp/zip-test \ - tests/output/render-test + tests/output/render-test \ + tests/ui/syntax-gen-test + check-programs: $(check_PROGRAMS) @@ -214,6 +216,15 @@ tests_output_render_test_LDADD = \ src/libpspp-core.la \ $(CAIRO_LIBS) + +check_PROGRAMS += tests/ui/syntax-gen-test +tests_ui_syntax_gen_test_SOURCES = tests/ui/syntax-gen-test.c +tests_ui_syntax_gen_test_LDADD = \ + src/ui/libuicommon.la \ + src/libpspp-core.la \ + $(CAIRO_LIBS) + + EXTRA_DIST += \ tests/coverage.sh \ tests/data/bcd-in.expected.cmp.gz \ @@ -226,12 +237,11 @@ EXTRA_DIST += \ tests/data/num-out.expected.cmp.gz \ tests/data/v13.sav \ tests/data/v14.sav \ - tests/language/data-io/Book1.gnm.unzipped \ - tests/language/data-io/test.ods + tests/language/data-io/Book1.gnm.unzipped \ + tests/language/data-io/test.ods \ + tests/language/data-io/newone.ods CLEANFILES += *.save pspp.* foo* - -EXTRA_DIST += tests/OChangeLog # Autotest testsuite @@ -361,7 +371,9 @@ TESTSUITE_AT = \ tests/output/output.at \ tests/output/paper-size.at \ tests/output/render.at \ + tests/output/tables.at \ tests/ui/terminal/main.at \ + tests/ui/syntax-gen.at \ tests/perl-module.at TESTSUITE = $(srcdir)/tests/testsuite