summaryrefslogtreecommitdiff
path: root/tests/test-c-cpp-nr
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-04-09 12:35:52 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-04-09 12:35:52 +0000
commit76d70ca80c9fb9b18f76d9289d45e7619a83bc1d (patch)
tree4b9fcd9dd2f33886d936addb61338c2dae0d153d /tests/test-c-cpp-nr
parentcd825a12726ed28906aeb5bcd458970c688afb74 (diff)
now that config.h lives in the top-level directory, we need to tell the testsuite
Diffstat (limited to 'tests/test-c-cpp-nr')
-rw-r--r--tests/test-c-cpp-nr/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-c-cpp-nr/Makefile.am b/tests/test-c-cpp-nr/Makefile.am
index 671f15f..a94f21b 100644
--- a/tests/test-c-cpp-nr/Makefile.am
+++ b/tests/test-c-cpp-nr/Makefile.am
@@ -2,9 +2,10 @@ BISON = @BISON@
FLEX = $(top_builddir)/flex
EXTRA_DIST = scanner.l parser.y test.input
+CLEANFILES = scanner.c parser.c parser.h test-cpp-nr$(OBJS) OUTPUT
OBJS = $(srcdir)/scanner.o # $(srcdir)/parser.o
-INCLUDES = -I $(srcdir) -I $(top_srcdir)/tests
+INCLUDES = -I $(srcdir) -I $(top_srcdir)
#LDFLAGS = $(top_srcdir)/libfl.a
#YFLAGS = --defines --output=parser.c