comparison enigma/tests/SConscript @ 3:f4e25e6b76c3

Created plugboard class and tests.
author Brian Neal <bgneal@gmail.com>
date Sat, 23 Jun 2012 23:28:17 -0500
parents 713fa2a9ea9a
children 2792ca4ffa84
comparison
equal deleted inserted replaced
2:713fa2a9ea9a 3:f4e25e6b76c3
1 Import('env') 1 Import('env')
2 2
3 env.CxxTest('rotor_suite', 'test_rotor.t.h') 3 env.CxxTest('test_suite', [
4 'test_rotor.t.h',
5 'test_plugboard.t.h',
6 ]
7 )
4 8