annotate enigma/tests/SConscript @ 4:2792ca4ffa84

Created enigma_machine class and tests.
author Brian Neal <bgneal@gmail.com>
date Sun, 24 Jun 2012 18:39:05 -0500
parents f4e25e6b76c3
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