From dcdd5d20f85b4f3cac1ef7182a676c6099c5124f Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sun, 4 Sep 2016 18:01:58 +0200 Subject: [PATCH] =?UTF-8?q?build:=20allow=20=E2=80=9Cmake=20test=E2=80=9D?= =?UTF-8?q?=20as=20an=20alias=20for=20=E2=80=9Cmake=20check=E2=80=9D.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 51b6f28e..a670d92c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,6 +9,7 @@ EXTRA_DIST += bootstrap COPYING TODO AUTOMAKE_OPTIONS = dist-bzip2 ACLOCAL_AMFLAGS = -I build/autotools/m4 +test: lolcheck check: lolcheck dist: lolunit-$(LOLUNIT_VERSION).tar.gz