diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-03-24 07:17:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-03-24 07:17:05 +0000 |
commit | 486d5176749922bf0eb1ffc7d99a4b1b62740be3 (patch) | |
tree | 11003906abc925aab4d6a900ededd2e430d8058a /sh/Makefile | |
parent | 1c9c2f9fcffdc5d66af6e4b3dbf506985ebe438a (diff) |
setup a bit of a test framework
Diffstat (limited to 'sh/Makefile')
-rw-r--r-- | sh/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sh/Makefile b/sh/Makefile index bd55cbda..2f10ef53 100644 --- a/sh/Makefile +++ b/sh/Makefile @@ -18,3 +18,6 @@ _installafter: @# Put functions.sh into the init.d dir so 3rd party apps don't have to @# be multilib aware ln -snf ${PREFIX}/${RC_LIB}/sh/functions.sh ${DESTDIR}/${PREFIX}/${INITDIR} || exit $$? + +check test:: + ./runtests.sh |