unit-tests: Move ntru_test_rng_t to a utility class in libtest
This commit is contained in:
committed by
Andreas Steffen
parent
6354466a5b
commit
a24eec4649
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user