diff --git a/Makefile b/Makefile index a9ce6627..a8c237bb 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SRC=src/SQLite.cs src/SQLiteAsync.cs all: test nuget test: tests/bin/Debug/SQLite.Tests.dll tests/ApiDiff/bin/Debug/ApiDiff.exe - nunit-console tests/bin/Debug/SQLite.Tests.dll + mono packages/NUnit.ConsoleRunner.3.10.0/tools/nunit3-console.exe tests/bin/Debug/SQLite.Tests.dll mono tests/ApiDiff/bin/Debug/ApiDiff.exe tests/bin/Debug/SQLite.Tests.dll: tests/SQLite.Tests.csproj $(SRC) diff --git a/tests/packages.config b/tests/packages.config index c714ef3a..f7f530e0 100644 --- a/tests/packages.config +++ b/tests/packages.config @@ -1,4 +1,11 @@  + + + + + + + \ No newline at end of file