From 93b96745bf6acef58aede4bfa0291a20a0696013 Mon Sep 17 00:00:00 2001 From: cornet Date: Thu, 23 Apr 2009 07:19:36 +0000 Subject: rename directories with _ remove dependency on fortran runtime add run_tests project --- .../powm/testDoublePowm/testDoublePowm.vcproj | 189 --------------------- .../powm/testFloatPowm/testFloatPowm.vcproj | 189 --------------------- .../powm/test_DoublePowm/testDoublePowm.vcproj | 189 +++++++++++++++++++++ .../powm/test_FloatPowm/testFloatPowm.vcproj | 189 +++++++++++++++++++++ 4 files changed, 378 insertions(+), 378 deletions(-) delete mode 100644 src/matrixOperations/powm/testDoublePowm/testDoublePowm.vcproj delete mode 100644 src/matrixOperations/powm/testFloatPowm/testFloatPowm.vcproj create mode 100644 src/matrixOperations/powm/test_DoublePowm/testDoublePowm.vcproj create mode 100644 src/matrixOperations/powm/test_FloatPowm/testFloatPowm.vcproj (limited to 'src/matrixOperations/powm') diff --git a/src/matrixOperations/powm/testDoublePowm/testDoublePowm.vcproj b/src/matrixOperations/powm/testDoublePowm/testDoublePowm.vcproj deleted file mode 100644 index 100274fb..00000000 --- a/src/matrixOperations/powm/testDoublePowm/testDoublePowm.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/powm/testFloatPowm/testFloatPowm.vcproj b/src/matrixOperations/powm/testFloatPowm/testFloatPowm.vcproj deleted file mode 100644 index 4da749d5..00000000 --- a/src/matrixOperations/powm/testFloatPowm/testFloatPowm.vcproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/matrixOperations/powm/test_DoublePowm/testDoublePowm.vcproj b/src/matrixOperations/powm/test_DoublePowm/testDoublePowm.vcproj new file mode 100644 index 00000000..100274fb --- /dev/null +++ b/src/matrixOperations/powm/test_DoublePowm/testDoublePowm.vcproj @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/matrixOperations/powm/test_FloatPowm/testFloatPowm.vcproj b/src/matrixOperations/powm/test_FloatPowm/testFloatPowm.vcproj new file mode 100644 index 00000000..4da749d5 --- /dev/null +++ b/src/matrixOperations/powm/test_FloatPowm/testFloatPowm.vcproj @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit