X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fautomake.mk;h=ea0efb856990c3be019abc33f18aef1584b9799f;hb=300d3db698d3ac82a0a302a91ee62bcaad6337b6;hp=241f0afd4d6779178979f70e1619fc688f74965d;hpb=2fda41bd152e292b85160c1384419a2c554dea2b;p=pspp diff --git a/tests/automake.mk b/tests/automake.mk index 241f0afd4d..ea0efb8569 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -51,6 +51,8 @@ check_PROGRAMS += \ tests/math/chart-get-ticks-format-test \ tests/math/chart-get-scale-test \ tests/output/render-test \ + tests/output/tex-glyphs \ + tests/output/tex-strings \ tests/ui/syntax-gen-test @@ -262,6 +264,16 @@ tests_ui_syntax_gen_test_LDADD = \ src/libpspp-core.la \ $(CAIRO_LIBS) +tests_output_tex_glyphs_SOURCES = \ + tests/output/tex-glyphs.c +tests_output_tex_glyphs_LDADD = src/libpspp-core.la src/output/liboutput.la +tests_output_tex_glyphs_CFLAGS = $(AM_CFLAGS) -I $(top_srcdir)/src/output + +tests_output_tex_strings_SOURCES = \ + tests/output/tex-strings.c +tests_output_tex_strings_LDADD = src/libpspp-core.la src/output/liboutput.la +tests_output_tex_strings_CFLAGS = $(AM_CFLAGS) -I $(top_srcdir)/src/output + EXTRA_DIST += \ tests/coverage.sh \ @@ -445,6 +457,7 @@ TESTSUITE_AT = \ tests/output/paper-size.at \ tests/output/render.at \ tests/output/tables.at \ + tests/output/tex.at \ tests/ui/terminal/main.at \ tests/ui/syntax-gen.at \ tests/utilities/pspp-convert.at \