File: Makefile.am

package info (click to toggle)
rolo 020-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 344 kB
  • sloc: ansic: 2,653; sh: 33; makefile: 24
file content (6 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
check:
	@if [ "$(HAS_SHUNIT2)" = yes ] ; then	\
	    ./run-tests ; 			\
	else					\
	    echo "Unit tests skipped" ; 	\
	fi