view enigma/tests/SConscript @ 5:80debdaa4f65

Turn on optimization.
author Brian Neal <bgneal@gmail.com>
date Sun, 24 Jun 2012 19:22:06 -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',
   ]
)