From b424b60145b33d79062d3e2f931f369fe3eb2623 Mon Sep 17 00:00:00 2001
From: Rob Sherwood <rob.sherwood@bigswitch.com>
Date: Fri, 15 Jun 2012 15:46:15 -0700
Subject: [PATCH] added `make check` as alias for `make tests`

To ease our internal build process
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 4e3bd4536..63c4dd001 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,7 @@ doc:
 javadoc:
 	ant javadoc
 
+check: tests
 test: tests
 
 tests: all unit-tests
-- 
GitLab