X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fautomake.mk;h=7fd773cb206baed76dafa03a14ad864c46726c59;hb=1e0e76eaeb51ef0c15fdcfc4bd12d9310c16a88b;hp=de2425f8afa8b9cad624a4c7899c22ce4b63adf8;hpb=8d6ff8a6bd25b184474a117c8332275b5add2d2b;p=pspp diff --git a/tests/automake.mk b/tests/automake.mk index de2425f8af..7fd773cb20 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,8 +237,9 @@ 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* @@ -360,6 +372,7 @@ TESTSUITE_AT = \ tests/output/paper-size.at \ tests/output/render.at \ tests/ui/terminal/main.at \ + tests/ui/syntax-gen.at \ tests/perl-module.at TESTSUITE = $(srcdir)/tests/testsuite