diff enigma/tests/SConscript @ 4:2792ca4ffa84

Created enigma_machine class and tests.
author Brian Neal <bgneal@gmail.com>
date Sun, 24 Jun 2012 18:39:05 -0500
parents f4e25e6b76c3
children
line wrap: on
line diff
--- a/enigma/tests/SConscript	Sat Jun 23 23:28:17 2012 -0500
+++ b/enigma/tests/SConscript	Sun Jun 24 18:39:05 2012 -0500
@@ -3,6 +3,7 @@
 env.CxxTest('test_suite', [
       'test_rotor.t.h',
       'test_plugboard.t.h',
+      'test_machine.t.h',
    ]
 )