Mercurial > public > cpp-enigma
view enigma/tests/SConscript @ 8:b90a41f0cd94
Created enigma_machine::army_str() & navy_str() functions for logging.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 29 Jun 2012 20:29: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', ] )