From 902a557e280f310d0a73395ce5abe9de3210afc9 Mon Sep 17 00:00:00 2001
From: Sven Gestegard Robertz <sven.robertz@cs.lth.se>
Date: Fri, 2 May 2014 10:28:39 +0200
Subject: [PATCH] added test/compiler_errors to target test-compiler in
 top-level Makefile

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index c7be595..c56c9bc 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,7 @@ test: $(SUBDIRS:%=test-%)
 
 .PHONY: test-compiler
 test-compiler:
+	$(MAKE) -C test compiler_errors
 
 .PHONY: test-%
 test-%:
-- 
GitLab