From 9055f591f9cd7a08b0c9c5b77879093e04fd28fa Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Fri, 21 May 2010 10:27:27 -0400 Subject: [PATCH] execute test after building it --- tests/build/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/build/Makefile b/tests/build/Makefile index ce8a3bd..6028b98 100644 --- a/tests/build/Makefile +++ b/tests/build/Makefile @@ -5,6 +5,7 @@ CXXFLAGS := -O2 LDFLAGS := -lpcre all: $(TARGET) + ./$(TARGET) $(TARGET): $(shell which imbecile) $(I_SOURCE).I $(wildcard *.cc) imbecile $(I_SOURCE).I