From 282d68f6e0c8b446884ecbda0bea679f8853f5d1 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 27 Oct 2009 00:48:05 -0400 Subject: Fix tokenizer test in VPATH build. --- tests/dimension/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/dimension/Makefile.am') diff --git a/tests/dimension/Makefile.am b/tests/dimension/Makefile.am index 89c228e..a85b4ac 100644 --- a/tests/dimension/Makefile.am +++ b/tests/dimension/Makefile.am @@ -19,7 +19,7 @@ INCLUDES = -I$(top_srcdir)/libdimension -TESTS = tokenizer.sh -TESTS_ENVIRONMENT = TOP_BUILDDIR=$(top_builddir) +TESTS = $(srcdir)/tokenizer.sh +TESTS_ENVIRONMENT = top_builddir=$(top_builddir) EXTRA_DIST = braces.pov -- cgit v1.2.3