[bcl] Replace nunit24 with nunit-lite
[mono.git] / mcs / tools / linker / Tests / Makefile
index 8b87256f6a7452f58ba98e0118e15099aa437981..769a38ad5b2b2ce4d3bb5a81bc20b30dbaa23686 100644 (file)
@@ -12,7 +12,7 @@ Mono.Linker.Tests.dll.sources:
        find Mono.Linker.Tests -name "*.cs" > Mono.Linker.Tests.dll.sources
 
 Mono.Linker.Tests.dll: Mono.Cecil.dll monolinker.exe Mono.Linker.Tests.dll.sources
-       $(MCS) /target:library /out:Mono.Linker.Tests.dll /r:nunit.framework.dll /r:Mono.Cecil.dll /r:monolinker.exe @Mono.Linker.Tests.dll.sources
+       $(MCS) /target:library /out:Mono.Linker.Tests.dll /r:nunitlite.dll /r:Mono.Cecil.dll /r:monolinker.exe @Mono.Linker.Tests.dll.sources
 
 clean:
        rm -rf Mono.Cecil.dll monolinker.exe Mono.Linker.Tests.dll.sources Mono.Linker.Tests.dll