view enigma/tests/SConscript @ 15:9e02d8696e67

Added enigma_machine::step().
author Brian Neal <bgneal@gmail.com>
date Wed, 04 Jul 2012 19:52:41 -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',
   ]
)