From 2d563b9ea4d441a0cac8183609c42ce0ff82096f Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sat, 15 May 2010 00:51:43 -0400 Subject: [PATCH] updated build test Makefile --- tests/build/Makefile | 2 +- tests/build/itest.I | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/build/Makefile b/tests/build/Makefile index 158a360..ce8a3bd 100644 --- a/tests/build/Makefile +++ b/tests/build/Makefile @@ -6,7 +6,7 @@ LDFLAGS := -lpcre all: $(TARGET) -$(TARGET): $(shell which imbecile) +$(TARGET): $(shell which imbecile) $(I_SOURCE).I $(wildcard *.cc) imbecile $(I_SOURCE).I $(CXX) -o $@ *.cc $(LDFLAGS) diff --git a/tests/build/itest.I b/tests/build/itest.I index 986921e..7cc7320 100644 --- a/tests/build/itest.I +++ b/tests/build/itest.I @@ -6,7 +6,9 @@ OR or NOT not LPAREN \( RPAREN \) -WS \s+ +WS \s+ {{ + cout << "Hi there WS!!!!!" << endl; +}} EQUALS = IDENTIFIER [a-zA-Z_][a-zA-Z_0-9]*