10 lines
299 B
Makefile
10 lines
299 B
Makefile
|
thisdir = class/System.Web/Test
|
||
|
SUBDIRS = TestMonoWeb
|
||
|
include ../../../build/rules.make
|
||
|
|
||
|
all-local install-local clean-local test-local run-test-local run-test-ondotnet-local uninstall-local doc-update-local csproj-local:
|
||
|
|
||
|
DISTFILES = DataBinderTests.cs $(wildcard *.aspx)
|
||
|
|
||
|
dist-local: dist-default
|