Added 'make install' as a test target.

This commit is contained in:
Takatoshi Kondo 2014-09-09 07:37:29 +09:00
parent 370a9251f5
commit 32b65dba47
2 changed files with 16 additions and 0 deletions

View File

@ -36,4 +36,12 @@ then
exit $ret
fi
make install DESTDIR=`pwd`/install
ret=$?
if [ $ret -ne 0 ]
then
exit $ret
fi
exit 0

View File

@ -45,4 +45,12 @@ then
exit $ret
fi
make install DESTDIR=`pwd`/install
ret=$?
if [ $ret -ne 0 ]
then
exit $ret
fi
exit 0