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

Makefile « monodoc - github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4aeb820d33fa3a05b207286015004c7cb0ccf5f5 (plain)
1
2
3
4
5
CONFIGURATION = Release

check: 
	mono ../packages/NUnit.ConsoleRunner.3.6.0/tools/nunit3-console.exe Test/bin/$(CONFIGURATION)/Monodoc.Test.dll
	@echo "monodoc Tests Complete!"