view enigma/tests/SConscript @ 11:da231533c5c7

To support hill climbing and fewer enigma machine constructor calls, the enigma machine now uses shared_ptr instead of unique_ptr.
author Brian Neal <bgneal@gmail.com>
date Fri, 29 Jun 2012 23:20:33 -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',
   ]
)