unit-tests: Move ntru_test_rng_t to a utility class in libtest

This commit is contained in:
Tobias Brunner
2013-12-04 20:32:59 +01:00
committed by Andreas Steffen
parent 6354466a5b
commit a24eec4649
6 changed files with 37 additions and 48 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ check_LTLIBRARIES = libtest.la
libtest_la_SOURCES = \
test_suite.c test_suite.h \
test_runner.c test_runner.h
test_runner.c test_runner.h \
utils/test_rng.c utils/test_rng.h
libtest_la_CFLAGS = \
-I$(top_srcdir)/src/libstrongswan \