Browse Source

build: allow “make test” as an alias for “make check”.

legacy
Sam Hocevar 8 years ago
parent
commit
dcdd5d20f8
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile.am

+ 1
- 0
Makefile.am View File

@@ -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


Loading…
Cancel
Save