a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
15 lines
519 B
Makefile
15 lines
519 B
Makefile
thisdir = nunit24
|
|
SUBDIRS = NUnitFramework/framework NUnitCore/interfaces NUnitCore/core \
|
|
ClientUtilities/util NUnitMocks/mocks \
|
|
NUnitExtensions/framework NUnitExtensions/core \
|
|
ConsoleRunner/nunit-console ConsoleRunner/nunit-console-exe
|
|
include ../build/rules.make
|
|
|
|
DISTFILES = license.rtf nunit.sln nunit_VS2005.sln nunit.snk \
|
|
CommonAssemblyInfo.cs
|
|
|
|
all-local install-local csproj-local test-local run-test-local run-test-ondotnet-local clean-local uninstall-local doc-update-local:
|
|
|
|
dist-local: dist-default
|
|
|