~ubuntu-branches/ubuntu/utopic/gssdp/utopic-proposed

« back to all changes in this revision

Viewing changes to tests/gtest/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2013-05-18 01:54:22 UTC
  • mfrom: (11.1.11 experimental)
  • Revision ID: package-import@ubuntu.com-20130518015422-0fipaueo681ygjz7
Tags: 0.14.2-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
TESTS_ENVIRONMENT = G_SLICE=debug-blocks \
2
 
                    LD_LIBRARY_PATH=$(top_builddir)/libgssdp/.libs
 
2
                    LD_LIBRARY_PATH=$(top_builddir)/libgssdp/.libs:$(LD_LIBRARY_PATH)
3
3
 
4
4
TESTS=$(check_PROGRAMS)
5
5