view enigma/tests/SConscript @ 6:3370383116db

Bug fix for the string functions.
author Brian Neal <bgneal@gmail.com>
date Tue, 26 Jun 2012 21:22:42 -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',
   ]
)