Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am « Test - github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c2940e4910c2e819e5894382818c6dd5203d7b1f (plain)
1
2
3
4
5
6
7

SUBDIRS =  UnitTests CommandExtension FileContentExtension HelloWorldExtension SystemInfoExtension FileExtender

NUNIT_CONSOLE = `pkg-config --variable=libdir mono-nunit`/mono/2.0/nunit-console.exe

test: all
	mono --debug $(NUNIT_CONSOLE) UnitTests/bin/Debug/UnitTests.dll