altf4 / untwister

Seed recovery tool for PRNGs
GNU General Public License v3.0
367 stars 42 forks source link

Basic Unit Tests #18

Closed moloch-- closed 9 years ago

moloch-- commented 9 years ago

Wrote basic unit tests using CPPUnit. Added option to makefile/etc.

make tests
./untwister_tests

Currently (on OSX) the GlibcBruteforce test expectedly fails. This should be resolved once we move the glibc-rand source into the Untwister project instead of calling the system's rand()