add eoEvalCmd, an eval that call a system command

This commit is contained in:
Johann Dreo 2020-02-08 16:34:34 +01:00
commit ccb4b3787b
4 changed files with 173 additions and 0 deletions

View file

@ -70,6 +70,7 @@ set (TEST_LIST
#t-eoDualFitness
t-eoParser
t-eoPartiallyMappedXover
t-eoEvalCmd
)