From 930c21f46590403bdcf27c9e6089445be54fa4f4 Mon Sep 17 00:00:00 2001 From: LPTK Date: Wed, 12 Jun 2013 16:05:41 +0200 Subject: [PATCH] added test files --- mo/src/continuator/moStdDevEstimator.h | 2 +- mo/test/CMakeLists.txt | 4 ++++ mo/test/t-moStdDevEstimator.cpp | 0 mo/test/t-moStdFitnessNeighborStat.cpp | 12 ++++++++++++ 4 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 mo/test/t-moStdDevEstimator.cpp create mode 100644 mo/test/t-moStdFitnessNeighborStat.cpp diff --git a/mo/src/continuator/moStdDevEstimator.h b/mo/src/continuator/moStdDevEstimator.h index ff3b645d2..e517240db 100644 --- a/mo/src/continuator/moStdDevEstimator.h +++ b/mo/src/continuator/moStdDevEstimator.h @@ -28,7 +28,7 @@ public: eoEvalFunc& fullEval, /* The following should be read: - moEval >& eval = _default_eval + moEval& eval = _default_eval * (which is not possible to achieve as is in C++) */ const eoOptional< moEval >& eval = eoOptional< moEval >::null, diff --git a/mo/test/CMakeLists.txt b/mo/test/CMakeLists.txt index 652b66be3..2cb8d97c6 100644 --- a/mo/test/CMakeLists.txt +++ b/mo/test/CMakeLists.txt @@ -94,7 +94,11 @@ set (TEST_LIST t-moStatistics t-moIndexedVectorTabuList # t-moRndIndexedVectorTabuList + t-moStdFitnessNeighborStat + t-moStdDevEstimator.cpp t-moDynSpanCoolingSchedule + t-moTriki.cpp + t-moTrikiReal.cpp ) ###################################################################################### diff --git a/mo/test/t-moStdDevEstimator.cpp b/mo/test/t-moStdDevEstimator.cpp new file mode 100644 index 000000000..e69de29bb diff --git a/mo/test/t-moStdFitnessNeighborStat.cpp b/mo/test/t-moStdFitnessNeighborStat.cpp new file mode 100644 index 000000000..bd5ce0de0 --- /dev/null +++ b/mo/test/t-moStdFitnessNeighborStat.cpp @@ -0,0 +1,12 @@ +//----------------------------------------------------------------------------- +// t-moFitnessNeighborStat.cpp +//----------------------------------------------------------------------------- + +#include ".h" + +//----------------------------------------------------------------------------- + +int main(int ac, char** av) +{ + +}