Sha256: 73afc7d2355f23b04f1f8f1ff800be42c2f2b3a4f2eca678ae34ec7652b9e418

Contents?: true

Size: 793 Bytes

Versions: 16

Compression:

Stored size: 793 Bytes

Contents

include $(top_srcdir)/Makefile.decl

AM_CPPFLAGS = -g -I$(top_srcdir)/src/ $(LASEM_CFLAGS)

AM_CFLAGS = -Wall

test_progs_ldadd = 					\
	$(top_builddir)/src/liblasem-@LASEM_API_VERSION@.la		\
	$(top_builddir)/itex2mml/libitex2mml.la		\
	$(LASEM_LIBS)

noinst_PROGRAMS = lsm-test

lsm_test_SOURCES = lsmtest.c
lsm_test_LDADD = $(test_progs_ldadd)

TEST_PROGS += dom str filter suite

noinst_PROGRAMS += $(TEST_PROGS)

str_SOURCES = str.c
str_LDADD = $(test_progs_ldadd)

dom_SOURCES = dom.c
dom_LDADD = $(test_progs_ldadd)

filter_SOURCES = filter.c
filter_LDADD = $(test_progs_ldadd)

suite_SOURCES = suite.c
suite_LDADD = $(test_progs_ldadd)
suite_CFLAGS = -DSUITE_DATA_DIRECTORY="\"$(top_srcdir)/tests/data\"" -DSUITE_OPTION_FILE="\"$(top_srcdir)/tests/suite.ini\""

EXTRA_DIST = suite.ini

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
mathematical-1.6.14 ext/mathematical/lasem/tests/Makefile.am
mathematical-1.6.13 ext/mathematical/lasem/tests/Makefile.am
mathematical-1.6.12 ext/mathematical/lasem/tests/Makefile.am
mathematical-1.6.11 ext/mathematical/lasem/tests/Makefile.am
mathematical-1.6.10 ext/mathematical/lasem/tests/Makefile.am
mathematical-1.6.9 ext/mathematical/lasem/tests/Makefile.am
mathematical-1.6.8 ext/mathematical/lasem/tests/Makefile.am
mathematical-1.6.7 ext/mathematical/lasem/tests/Makefile.am
mathematical-1.6.6 ext/mathematical/lasem/tests/Makefile.am
mathematical-1.6.5 ext/mathematical/lasem/tests/Makefile.am
mathematical-1.6.4 ext/mathematical/lasem/tests/Makefile.am
mathematical-1.6.3 ext/mathematical/lasem/tests/Makefile.am
mathematical-1.6.2 ext/mathematical/lasem/tests/Makefile.am
mathematical-1.6.1 ext/mathematical/lasem/tests/Makefile.am
mathematical-1.6.0 ext/mathematical/lasem/tests/Makefile.am
mathematical-1.5.12 ext/mathematical/lasem/tests/Makefile.am