added test files

This commit is contained in:
LPTK 2013-06-12 16:05:41 +02:00
commit 930c21f465
4 changed files with 17 additions and 1 deletions

View file

@ -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
)
######################################################################################

View file

View file

@ -0,0 +1,12 @@
//-----------------------------------------------------------------------------
// t-moFitnessNeighborStat.cpp
//-----------------------------------------------------------------------------
#include ".h"
//-----------------------------------------------------------------------------
int main(int ac, char** av)
{
}