Mercurial > public > cpp-enigma
view enigma/tests/SConscript @ 14:919b7a0d1802
Ditched shared_ptr.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 02 Jul 2012 19:23:49 -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', ] )