Merge pull request #8071 from pchote/remove-trait-test-plumbing

Remove plumbing for trait unit tests.
This commit is contained in:
Matthias Mailänder
2015-05-02 11:34:54 +02:00
16 changed files with 29 additions and 584 deletions

View File

@@ -106,14 +106,6 @@ if (!(Test-Path "windows/soft_oal.dll"))
rmdir OpenAL-Soft -Recurse
}
if (!(Test-Path "Moq.dll"))
{
echo "Fetching Moq from NuGet."
./nuget.exe install Moq -Version 4.2.1502.0911 -ExcludeVersion
cp Moq/lib/net40/Moq.dll .
rmdir Moq -Recurse
}
if (!(Test-Path "FuzzyLogicLibrary.dll"))
{
echo "Fetching FuzzyLogicLibrary from NuGet."

View File

@@ -59,13 +59,6 @@ if [ ! -f Mono.Nat.dll ]; then
rm -rf Mono.Nat
fi
if [ ! -f Moq.dll ]; then
echo "Fetching Moq from NuGet."
nuget install Moq -Version 4.2.1502.0911 -ExcludeVersion
cp ./Moq/lib/net40/Moq.dll .
rm -rf Moq
fi
if [ ! -f FuzzyLogicLibrary.dll ]; then
echo "Fetching FuzzyLogicLibrary from NuGet."
nuget install FuzzyLogicLibrary -Version 1.2.0 -ExcludeVersion