Mercurial > public > cpp-enigma
view enigma/tests/SConscript @ 9:7362965f53b1
Added tests for the hill climbing functions in the plugboard class.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 29 Jun 2012 21:19:00 -0500 |
parents | 2792ca4ffa84 |
children |
line wrap: on
line source
Import('env') env.CxxTest('test_suite', [ 'test_rotor.t.h', 'test_plugboard.t.h', 'test_machine.t.h', ] )