Description: Add missing "test" target
Author: Simon Richter <sjr@debian.org>
Last-Update: 2013-08-09

--- foundry-0.0.20130809.orig/build/Makefile
+++ foundry-0.0.20130809/build/Makefile
@@ -9,7 +9,7 @@ override CXXFLAGS += -I.
 
 all:: foundry-build
 
-check: all
+test check: all
 
 update: all
 
