diff enigma/tests/SConscript @ 2:713fa2a9ea9a

CxxTest support. Added rotor tests.
author Brian Neal <bgneal@gmail.com>
date Fri, 22 Jun 2012 22:02:55 -0500
parents
children f4e25e6b76c3
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/enigma/tests/SConscript	Fri Jun 22 22:02:55 2012 -0500
@@ -0,0 +1,4 @@
+Import('env')
+
+env.CxxTest('rotor_suite', 'test_rotor.t.h')
+