Skip to content

Commit

Permalink
Fix Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
praeclarum committed Sep 20, 2019
1 parent 91c17ad commit 20aa06f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
7 changes: 7 additions & 0 deletions tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit" version="2.6.4" targetFramework="net45" />
<package id="NUnit.Console" version="3.10.0" targetFramework="net45" />
<package id="NUnit.ConsoleRunner" version="3.10.0" targetFramework="net45" />
<package id="NUnit.Extension.NUnitProjectLoader" version="3.6.0" targetFramework="net45" />
<package id="NUnit.Extension.NUnitV2Driver" version="3.7.0" targetFramework="net45" />
<package id="NUnit.Extension.NUnitV2ResultWriter" version="3.6.0" targetFramework="net45" />
<package id="NUnit.Extension.TeamCityEventListener" version="1.0.6" targetFramework="net45" />
<package id="NUnit.Extension.VSProjectLoader" version="3.8.0" targetFramework="net45" />
</packages>

0 comments on commit 20aa06f

Please sign in to comment.