Removed the notion of a "large" context. For simplicity, all contexts
[panda.git] / Makefile-tests.am
blob268d3e5ef4e8a4d8d56e1050b73c7e05100f2d54
2 noinst_PROGRAMS += tests/test-lexer tests/test-parser tests/test-generator tests/test-heap
4 tests_test_lexer_SOURCES = tests/test-lexer.c
6 tests_test_lexer_LDADD =    $(GLIB_LIBS) libpanda.la
7 tests_test_lexer_CFLAGS =   $(AM_CFLAGS) $(WARN_CFLAGS)
8 tests_test_lexer_CPPFLAGS = $(GLIB_CFLAGS) $(AM_CPPFLAGS) -I$(top_srcdir)/src -I$(top_srcdir)/libs/libmpa
10 tests_test_parser_SOURCES = tests/test-parser.c
12 tests_test_parser_LDADD =    $(GLIB_LIBS) libpanda.la
13 tests_test_parser_CFLAGS =   $(AM_CFLAGS) $(WARN_CFLAGS)
14 tests_test_parser_CPPFLAGS = $(GLIB_CFLAGS) $(AM_CPPFLAGS) -I$(top_srcdir)/src -I$(top_srcdir)/libs/libtommath -I$(top_srcdir)/libs/libmpa
16 tests_test_generator_SOURCES = tests/test-generator.c
18 tests_test_generator_LDADD =    $(GLIB_LIBS) libpanda.la
19 tests_test_generator_CFLAGS =   $(AM_CFLAGS) $(WARN_CFLAGS)
20 tests_test_generator_CPPFLAGS = $(GLIB_CFLAGS) $(AM_CPPFLAGS) -I$(top_srcdir)/src -I$(top_srcdir)/libs/libtommath -I$(top_srcdir)/libs/libmpa
22 tests_test_heap_SOURCES = tests/test-heap.c
24 tests_test_heap_LDADD =    $(GLIB_LIBS) libpanda.la
25 tests_test_heap_CFLAGS =   $(AM_CFLAGS) $(WARN_CFLAGS)
26 tests_test_heap_CPPFLAGS = $(GLIB_CFLAGS) $(AM_CPPFLAGS) -I$(top_srcdir)/src -I$(top_srcdir)/libs/libtommath -I$(top_srcdir)/libs/libmpa
29 DISTCLEANFILES += tests/test-lexer tests/test-parser tests/test-generator tests/test-heap