From 4426d487eb9299c1c0061d05b7aae5556337ec6f Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Mon, 1 Oct 2012 13:56:55 -0700 Subject: check: Test sysroot support Checks that pkg-config prepends PKG_CONFIG_SYSROOT_DIR to -I and -L when they don't point to system directories. --- check/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'check/Makefile.am') diff --git a/check/Makefile.am b/check/Makefile.am index 4386209..87264b5 100644 --- a/check/Makefile.am +++ b/check/Makefile.am @@ -15,7 +15,8 @@ TESTS = \ check-cmd-options \ check-version \ check-print-options \ - check-path + check-path \ + check-sysroot EXTRA_DIST = \ $(TESTS) \ -- cgit v1.2.1