tests/Makefile.am
author Ryan Schmidt <git@ryandesign.com>
Fri, 09 Jul 2021 10:38:43 -0500
changeset 742 ad6ffcac88a4
parent 686 206f6c199485
permissions -rw-r--r--
Fix typo: GnuTSL -> GnuTLS committer: GitHub <noreply@github.com>

include $(top_srcdir)/build/Makefile.am.lm

SUBDIRS = parser-tests

noinst_PROGRAMS = $(TEST_PROGS)
TEST_PROGS =

TEST_PROGS += test-parser                       \
	test-data-objects

test_parser_SOURCES =                           \
	test-parser.c
	
test_data_objects_SOURCES =                     \
	../loudmouth/lm-data-objects.c          \
	test-data-objects.c

AM_CPPFLAGS =                                   \
	-I.                                         \
	-I$(top_srcdir)                             \
	-DLM_COMPILATION                            \
	-DRUNTIME_ENDIAN                            \
	$(LOUDMOUTH_CFLAGS)                         \
	-DPARSER_TEST_DIR="\"$(top_srcdir)/tests/parser-tests\""

LIBS =                                          \
	$(LOUDMOUTH_LIBS)                           \
	$(top_builddir)/loudmouth/libloudmouth-1.la