Bring this test to the new NUnit syntax
[mono.git] / mcs / class / System.Drawing / Test / DrawingTest / Test / Makefile
index 96ccddbc3fccc4004c590bc838522e82ca11c6a4..37983a6aa39035b35f1d5f1325b25ef4c431614b 100644 (file)
@@ -14,4 +14,7 @@ $(DRAWING_TEST_HELPER):
        cp ../DrawingTestHelper/*.dll .
 
 run-test: Test.dll
-       MONO_PATH="../../../../../class/lib/default::$(MONO_PATH)" /home/andrews/monobuild/mono/runtime/mono-wrapper --debug ../../../../../class/lib/default/nunit-console.exe Test.dll $(NUNIT_FLAGS)
+       MONO_PATH="../../../../../class/lib/net_1_1::$(MONO_PATH)" /home/andrews/monobuild/mono/runtime/mono-wrapper --debug ../../../../../class/lib/net_1_1/nunit-console.exe Test.dll $(NUNIT_FLAGS)
+
+clean:
+       rm *dll
\ No newline at end of file