2 Star 5 Fork 0

hang.69x/Accord.NET

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
run-tests.cmd 779 Bytes
一键复制 编辑 原始数据 按行查看 历史
@echo OFF
setlocal enabledelayedexpansion
set TESTS=Unit Tests\bin\Release\net45\
set NUNIT="Externals\NUnit\nunit-console-x86.exe"
:: Run unit tests in the Mono solution
set LIST=%LIST% "%TESTS%Accord.Tests.Audio.dll"
set LIST=%LIST% "%TESTS%Accord.Tests.Controls.dll"
set LIST=%LIST% "%TESTS%Accord.Tests.Core.dll"
set LIST=%LIST% "%TESTS%Accord.Tests.Imaging.dll"
set LIST=%LIST% "%TESTS%Accord.Tests.IO.dll"
set LIST=%LIST% "%TESTS%Accord.Tests.MachineLearning.dll"
set LIST=%LIST% "%TESTS%Accord.Tests.Math.dll"
set LIST=%LIST% "%TESTS%Accord.Tests.Neuro.dll"
set LIST=%LIST% "%TESTS%Accord.Tests.Vision.dll"
set LIST=%LIST% "%TESTS%Accord.Tests.Statistics.dll"
%NUNIT% -noxml -nodots -labels /process=multiple %LIST% /framework:net-4.6
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/HangXiaoZhuOSZone/accord-net-framework.git
git@gitee.com:HangXiaoZhuOSZone/accord-net-framework.git
HangXiaoZhuOSZone
accord-net-framework
Accord.NET
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385