X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fautomake.mk;h=c104ecca4774828371124ae443d3195cb5f88928;hb=refs%2Fbuilds%2F20131225033026%2Fpspp;hp=efca9d29795eeb513cfd18acecf8d0125de6c5e2;hpb=1ad157fcdfc62c0751b03c2781e3c2c0bd193c60;p=pspp diff --git a/tests/automake.mk b/tests/automake.mk index efca9d2979..c104ecca47 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -151,7 +151,9 @@ tests_libpspp_sparse_array_test_LDADD = src/libpspp/liblibpspp.la gl/libgl.la tests_libpspp_sparse_xarray_test_SOURCES = \ tests/libpspp/sparse-xarray-test.c tests_libpspp_sparse_xarray_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10 -tests_libpspp_sparse_xarray_test_LDADD = src/libpspp/liblibpspp.la gl/libgl.la +tests_libpspp_sparse_xarray_test_LDADD = src/libpspp/liblibpspp.la \ + src/libpspp-core.la \ + gl/libgl.la tests_data_inexactify_SOURCES = tests/data/inexactify.c @@ -192,12 +194,13 @@ tests_language_lexer_segment_test_LDADD = \ check_PROGRAMS += tests/libpspp/zip-test tests_libpspp_zip_test_SOURCES = \ tests/libpspp/zip-test.c + tests_libpspp_zip_test_CFLAGS = $(AM_CFLAGS) tests_libpspp_zip_test_LDADD = \ src/libpspp/liblibpspp.la \ + src/libpspp-core.la \ gl/libgl.la - check_PROGRAMS += tests/output/render-test tests_output_render_test_SOURCES = tests/output/render-test.c tests_output_render_test_LDADD = \