diff options
Diffstat (limited to 'RUN_TESTS')
-rw-r--r-- | RUN_TESTS/RUN_TESTS.vcproj | 86 | ||||
-rw-r--r-- | RUN_TESTS/run_tests.bat | 99 |
2 files changed, 185 insertions, 0 deletions
diff --git a/RUN_TESTS/RUN_TESTS.vcproj b/RUN_TESTS/RUN_TESTS.vcproj new file mode 100644 index 00000000..1a192214 --- /dev/null +++ b/RUN_TESTS/RUN_TESTS.vcproj @@ -0,0 +1,86 @@ +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="RUN_TESTS"
+ ProjectGUID="{39BC0138-6B50-492C-8570-06458772282B}"
+ RootNamespace="RUN_TESTS"
+ TargetFrameworkVersion="196613"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="10"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine="$(SolutionDir)RUN_TESTS/run_tests.bat"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="10"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine="$(SolutionDir)RUN_TESTS/run_tests.bat"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/RUN_TESTS/run_tests.bat b/RUN_TESTS/run_tests.bat new file mode 100644 index 00000000..bf3e639b --- /dev/null +++ b/RUN_TESTS/run_tests.bat @@ -0,0 +1,99 @@ +..\bin\testAddition.exe
+..\bin\testConj.exe
+..\bin\testCplxAcos.exe
+..\bin\testDisp.exe
+..\bin\testDoubleAbs.exe
+..\bin\testDoubleAcosh.exe
+..\bin\testDoubleChol.exe
+..\bin\testDoubleComplex.exe
+..\bin\testDoubleConv.exe
+..\bin\testDoubleConv2d.exe
+..\bin\testDoubleCrossCorr.exe
+..\bin\testDoubleDeterm.exe
+..\bin\testDoubleDist.exe
+..\bin\testDoubleFft.exe
+..\bin\testDoubleFftShift.exe
+..\bin\testDoubleFill.exe
+..\bin\testDoubleIfft.exe
+..\bin\testDoubleImplicitList.exe
+..\bin\testDoubleLev.exe
+..\bin\testDoubleLevin.exe
+..\bin\testDoubleLogm.exe
+..\bin\testDoubleLpc2cep.exe
+..\bin\testDoubleMagnitude.exe
+..\bin\testDoubleMatrixConcatenation.exe
+..\bin\testDoubleMatrixMultiplication.exe
+..\bin\testDoubleMax.exe
+..\bin\testDoubleMean.exe
+..\bin\testDoubleMin.exe
+..\bin\testDoublePowm.exe
+..\bin\testDoubleProd.exe
+..\bin\testDoubleSpec.exe
+..\bin\testDoubleSpec2.exe
+..\bin\testDoubleSquaredMagnitude.exe
+..\bin\testDoubleSum.exe
+..\bin\testDoubleVariance.exe
+..\bin\testDoubleVarianceNono.exe
+..\bin\testFind.exe
+..\bin\testFind2d.exe
+..\bin\testFloatAbs.exe
+..\bin\testFloatAcosh.exe
+..\bin\testFloatChol.exe
+..\bin\testFloatComplex.exe
+..\bin\testFloatConv.exe
+..\bin\testFloatConv2d.exe
+..\bin\testFloatCrossCorr.exe
+..\bin\testFloatDeterm.exe
+..\bin\testFloatDist.exe
+..\bin\testFloatFft.exe
+..\bin\testFloatFftShift.exe
+..\bin\testFloatFill.exe
+..\bin\testFloatIfft.exe
+..\bin\testFloatImplicitList.exe
+..\bin\testFloatLev.exe
+..\bin\testFloatLevin.exe
+..\bin\testFloatLogm.exe
+..\bin\testFloatLpc2cep.exe
+..\bin\testFloatMagnitude.exe
+..\bin\testFloatMatrixConcatenation.exe
+..\bin\testFloatMatrixMultiplication.exe
+..\bin\testFloatMax.exe
+..\bin\testFloatMean.exe
+..\bin\testFloatMin.exe
+..\bin\testFloatPowm.exe
+..\bin\testFloatProd.exe
+..\bin\testFloatSpec.exe
+..\bin\testFloatSpec2.exe
+..\bin\testFloatSquaredMagnitude.exe
+..\bin\testFloatSum.exe
+..\bin\testFloatVariance.exe
+..\bin\testFloatVarianceNono.exe
+..\bin\testFrexp.exe
+..\bin\testHilbert.exe
+..\bin\testIsEmpty.exe
+..\bin\testIsNan.exe
+..\bin\testJmat.exe
+..\bin\testLDivision.exe
+..\bin\testLength.exe
+..\bin\testMatFft.exe
+..\bin\testMatIfft.exe
+..\bin\testMatrixExponential.exe
+..\bin\testMatrixEye.exe
+..\bin\testMatrixInfiniteNorm.exe
+..\bin\testMatrixInversion.exe
+..\bin\testMatrixLDivision.exe
+..\bin\testMatrixOnes.exe
+..\bin\testMatrixRDivision.exe
+..\bin\testMatrixTrace.exe
+..\bin\testMatrixTranspose.exe
+..\bin\testMatrixZeros.exe
+..\bin\testMultiplication.exe
+..\bin\testPythag.exe
+..\bin\testRand.exe
+..\bin\testRDivision.exe
+..\bin\testRealsAcos.exe
+..\bin\testSign.exe
+..\bin\testSize.exe
+..\bin\testString.exe
+..\bin\testSubtraction.exe
+..\bin\testType.exe
|