File: Makefile.am

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