File: Makefile.am

package info (click to toggle)
mono-upnp 0.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 3,196 kB
  • ctags: 4,533
  • sloc: cs: 25,292; makefile: 1,208; sh: 596
file content (17 lines) | stat: -rw-r--r-- 418 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

EXTRA_DIST = \
	expansions.m4 \
	README.md

#Warning: This is an automatically generated file, do not edit!
if ENABLE_DEBUG
 SUBDIRS =  src/Mono.Ssdp/Mono.Ssdp src/Mono.Upnp src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1 tests
endif
if ENABLE_RELEASE
 SUBDIRS =  src/Mono.Ssdp/Mono.Ssdp src/Mono.Upnp src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1 tests
endif

.PHONY: test

test: all
	(cd bin; $(NUNIT_CMD) *.Tests.dll)