view enigma/tests/SConscript @ 17:b04dea5f71a3

process_data() uses step() now.
author Brian Neal <bgneal@gmail.com>
date Sat, 07 Jul 2012 15:03:39 -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',
   ]
)