tests: Add regression test for bgo#673150
[profile/ivi/GSSDP.git] / tests / gtest / Makefile.am
1 TESTS_ENVIRONMENT = G_SLICE=debug-blocks \
2                     LD_LIBRARY_PATH=$(top_builddir)/libgssdp/.libs
3
4 TESTS=$(check_PROGRAMS)
5
6 check_PROGRAMS = test-regression
7
8 test_regression_SOURCES = test-regression.c
9
10 LDADD = \
11         $(top_builddir)/libgssdp/libgssdp-1.0.la \
12         $(LIBGSSDP_LIBS)
13
14 AM_CFLAGS = \
15             $(LIBGSSDP_CFLAGS) \
16             -I $(top_srcdir) \
17             -DDATA_PATH="\"$(srcdir)\""
18