annotate 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
rev   line source
bgneal@2 1 Import('env')
bgneal@2 2
bgneal@3 3 env.CxxTest('test_suite', [
bgneal@3 4 'test_rotor.t.h',
bgneal@3 5 'test_plugboard.t.h',
bgneal@4 6 'test_machine.t.h',
bgneal@3 7 ]
bgneal@3 8 )
bgneal@2 9