diff enigma/tests/SConscript @ 3:f4e25e6b76c3

Created plugboard class and tests.
author Brian Neal <bgneal@gmail.com>
date Sat, 23 Jun 2012 23:28:17 -0500
parents 713fa2a9ea9a
children 2792ca4ffa84
line wrap: on
line diff
--- a/enigma/tests/SConscript	Fri Jun 22 22:02:55 2012 -0500
+++ b/enigma/tests/SConscript	Sat Jun 23 23:28:17 2012 -0500
@@ -1,4 +1,8 @@
 Import('env')
 
-env.CxxTest('rotor_suite', 'test_rotor.t.h')
+env.CxxTest('test_suite', [
+      'test_rotor.t.h',
+      'test_plugboard.t.h',
+   ]
+)