Remove expensive assertion checks in st-array.h
[panda.git] / tests / Makefile.am
blobc5af8895919c20015f0dea65f6c3a9a88cb05cc4
2 noinst_PROGRAMS = test-string-stream test-lexer
4 test_string_stream_SOURCES = test-string-stream.c
6 test_string_stream_LDADD =    $(GLIB_LIBS) $(top_builddir)/goo/libgoo.la
7 test_string_stream_CFLAGS =   $(AM_CFLAGS) $(WARN_CFLAGS)
8 test_string_stream_CPPFLAGS = $(GLIB_CFLAGS) $(AM_CPPFLAGS) -I$(top_srcdir)/goo
10 test_lexer_SOURCES = test-lexer.c
12 test_lexer_LDADD =    $(GLIB_LIBS) $(top_builddir)/goo/libgoo.la
13 test_lexer_CFLAGS =   $(AM_CFLAGS) $(WARN_CFLAGS)
14 test_lexer_CPPFLAGS = $(GLIB_CFLAGS) $(AM_CPPFLAGS) -I$(top_srcdir)/goo