* Makefile.am: Add t-eoRNG

* t-eoRNG.cpp: Start test for random number generator.
This commit is contained in:
kuepper 2006-12-04 22:27:41 +00:00
commit 651a55a51b
3 changed files with 62 additions and 1 deletions

View file

@ -38,7 +38,8 @@ check_PROGRAMS = t-eoParetoFitness \
t-eoFitnessAssembledEA \
t-eoRoulette \
t-eoSharing \
t-eoCMAES
t-eoCMAES \
t-eoRNG
TESTS = $(check_PROGRAMS) \
@ -91,3 +92,4 @@ t_eoFitnessAssembled_SOURCES = t-eoFitnessAssembled.cpp
t_eoRoulette_SOURCES = t-eoRoulette.cpp
t_eoSharing_SOURCES = t-eoSharing.cpp
t_eoCMAES_SOURCES = t-eoCMAES.cpp
t_eoRNG_SOURCES = t-eoRNG.cpp