X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=tests%2FMakefile.am;h=1fed1058916e7db17e65045192487de13d5b9a5c;hb=aa357ac08eff70eb1cbc0673ac482511942cc5b3;hp=5a55db20e75c0a57e615c2a82b56cfaf9cd92381;hpb=077b2a3c760d3c7c2fcab34d54eb74ee8744ed77;p=projects%2Fchimara%2Fchimara.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 5a55db2..1fed105 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -10,7 +10,7 @@ TEST_PLUGIN_LIBTOOL_FLAGS = \ -export-symbols-regex "^glk_main$$" \ -rpath $(abs_builddir) -noinst_PROGRAMS = test-multisession glulxercise plugin-loader test-close +noinst_PROGRAMS = test-multisession glulxercise plugin-loader test-close babeltest test_multisession_SOURCES = test-multisession.c test_multisession_CFLAGS = @TEST_CFLAGS@ $(AM_CFLAGS) @@ -29,8 +29,12 @@ test_close_SOURCES = test-close.c test_close_CFLAGS = @TEST_CFLAGS@ $(AM_CFLAGS) test_close_LDADD = @TEST_LIBS@ $(top_builddir)/libchimara/libchimara.la +babeltest_SOURCES = babeltest.c +babeltest_CFLAGS = @PLAYER_CFLAGS@ $(AM_CFLAGS) +babeltest_LDADD = @PLAYER_LIBS@ $(top_builddir)/babel/libbabel_functions.la $(top_builddir)/babel/libbabel.la $(top_builddir)/babel/libifiction.la + noinst_LTLIBRARIES = first.la model.la gridtest.la splittest.la multiwin.la \ - styletest.la test-userstyle.la + styletest.la soundtest.la test-userstyle.la fileio.la first_la_SOURCES = first.c first_la_LDFLAGS = $(TEST_PLUGIN_LIBTOOL_FLAGS) @@ -52,3 +56,13 @@ styletest_la_LDFLAGS = $(TEST_PLUGIN_LIBTOOL_FLAGS) test_userstyle_la_SOURCES = test-userstyle.c test_userstyle_la_LDFLAGS = $(TEST_PLUGIN_LIBTOOL_FLAGS) + +soundtest_la_SOURCES = soundtest.c +soundtest_la_LDFLAGS = $(TEST_PLUGIN_LIBTOOL_FLAGS) + +fileio_la_SOURCES = fileio.c +fileio_la_CFLAGS = @TEST_CFLAGS@ $(AM_CFLAGS) +fileio_la_LDFLAGS = $(TEST_PLUGIN_LIBTOOL_FLAGS) + + +-include $(top_srcdir)/git.mk