X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fautomake.mk;fp=tests%2Fautomake.mk;h=c90565c1244e3ce91c6f507e8d3ef11c09f998c0;hb=981baf8e4f7cc8d4d55d527317cb48b363eb1eec;hp=e15a8da66349a25b8a5a6cb9ccf20e41ad7fe825;hpb=29d4ab4e8970f0dc4abd8fe18eb37b521cb44efb;p=pspp diff --git a/tests/automake.mk b/tests/automake.mk index e15a8da663..c90565c124 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -236,7 +236,15 @@ tests_math_chart_get_ticks_format_test_LDADD = \ src/libpspp-core.la \ gl/libgl.la +check_PROGRAMS += tests/output/pivot-table-test +tests_output_pivot_table_test_SOURCES = tests/output/pivot-table-test.c +tests_output_pivot_table_test_LDADD = \ + src/libpspp/liblibpspp.la \ + src/libpspp-core.la \ + gl/libgl.la + EXTRA_DIST += tests/output/render-test.c + 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 = \