File: Makefile.am

package info (click to toggle)
mdnsd 0.12-5
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 484 kB
  • sloc: ansic: 4,024; sh: 277; makefile: 107
file content (13 lines) | stat: -rw-r--r-- 393 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
EXTRA_DIST         = lib.sh discover.sh iprecords.sh lostif.sh
CLEANFILES         = *~ *.trs *.log
if ENABLE_UNIT_TESTS
SUBDIRS            = src
endif

# This env. variable is only needed for `make distcheck`
TESTS_ENVIRONMENT  = top_srcdir=$(top_srcdir) unshare -mrun
TEST_EXTENSIONS    = .sh

TESTS              = discover.sh
TESTS             += iprecords.sh
TESTS             += lostif.sh