mirror of
https://github.com/sheumann/hush.git
synced 2025-01-04 22:34:37 +00:00
make test an alias for check
This commit is contained in:
parent
3f91d7a9f6
commit
ce0cf1d44b
2
Makefile
2
Makefile
@ -137,7 +137,7 @@ uninstall: busybox.links
|
|||||||
install-hardlinks: $(top_srcdir)/applets/install.sh busybox busybox.links
|
install-hardlinks: $(top_srcdir)/applets/install.sh busybox busybox.links
|
||||||
$(SHELL) $< $(PREFIX) --hardlinks
|
$(SHELL) $< $(PREFIX) --hardlinks
|
||||||
|
|
||||||
check: busybox
|
check test: busybox
|
||||||
bindir=$(top_builddir) srcdir=$(top_srcdir)/testsuite \
|
bindir=$(top_builddir) srcdir=$(top_srcdir)/testsuite \
|
||||||
$(top_srcdir)/testsuite/runtest
|
$(top_srcdir)/testsuite/runtest
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user