view enigma/tests/SConscript @ 19:1a5a0a3da1ba

Added tag 0.1 for changeset aa7a4298d609
author Brian Neal <bgneal@gmail.com>
date Wed, 11 Jul 2012 20:19: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',
   ]
)