5 lines
145 B
Makefile
5 lines
145 B
Makefile
|
CONFIGURATION = Release
|
||
|
|
||
|
check:
|
||
|
mono ../packages/NUnit.ConsoleRunner.3.6.0/tools/nunit3-console.exe Test/bin/$(CONFIGURATION)/Monodoc.Test.dll
|