Mercurial > public > cpp-enigma
view enigma/SConscript @ 9:7362965f53b1
Added tests for the hill climbing functions in the plugboard class.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 29 Jun 2012 21:19:00 -0500 |
parents | 2792ca4ffa84 |
children | aa7a4298d609 |
line wrap: on
line source
Import('env') sources = Split(""" enigma_utils.cpp rotor.cpp rotor_factory.cpp plugboard.cpp machine.cpp """) env.StaticLibrary('enigma', sources) SConscript(['tests/SConscript'], exports='env', variant_dir='build', duplicate=0)