X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Fgtest%2FMakefile.am;h=2602a003ce7abf4a1f470a11fbfe079dc039032d;hb=6e963c5433d2c528bdf5b799903dda8e0912a975;hp=2578a930d9c1f77431bfc32fbcae4640c64c69a6;hpb=9f2457d9c89fe03de4c34f9ccf68af363523b0f6;p=profile%2Fivi%2FGUPnP.git diff --git a/tests/gtest/Makefile.am b/tests/gtest/Makefile.am index 2578a93..2602a00 100644 --- a/tests/gtest/Makefile.am +++ b/tests/gtest/Makefile.am @@ -1,4 +1,3 @@ -if HAVE_GTEST TESTS_ENVIRONMENT = G_SLICE=debug-blocks \ LD_LIBRARY_PATH=$(top_builddir)/libgupnp/.libs:$(LD_LIBRARY_PATH) @@ -8,7 +7,6 @@ check_PROGRAMS = test-context test-bugs test_context_SOURCES = test-context.c test_bugs_SOURCES = test-bugs.c -endif LDADD = \ $(top_builddir)/libgupnp/libgupnp-1.0.la \