comparison 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
comparison
equal deleted inserted replaced
3:f4e25e6b76c3 4:2792ca4ffa84
1 Import('env') 1 Import('env')
2 2
3 env.CxxTest('test_suite', [ 3 env.CxxTest('test_suite', [
4 'test_rotor.t.h', 4 'test_rotor.t.h',
5 'test_plugboard.t.h', 5 'test_plugboard.t.h',
6 'test_machine.t.h',
6 ] 7 ]
7 ) 8 )
8 9