Refactor the test framework testutil
authorRichard Levitte <levitte@openssl.org>
Tue, 18 Apr 2017 14:27:27 +0000 (16:27 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 24 Apr 2017 16:09:01 +0000 (18:09 +0200)
commit4db40c94c38ee94fbef820a9816ac2d68f65506e
tree61f46c8c54d73f877631c108f605beb599f493aa
parent20626cfd5870e80838010cddf99dd6297eceaa26
Refactor the test framework testutil

It's now built as a static library, and greatly simplified for test
programs, which no longer need to include test_main_custom.h or
test_main.h and link with the corresponding object files.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3243)
13 files changed:
test/README
test/build.info
test/test_main.c [deleted file]
test/test_main.h [deleted file]
test/test_main_custom.c [deleted file]
test/test_main_custom.h [deleted file]
test/testutil.c [deleted file]
test/testutil.h
test/testutil/basic_output.c [new file with mode: 0644]
test/testutil/driver.c [new file with mode: 0644]
test/testutil/main.c [new file with mode: 0644]
test/testutil/test_main.c [new file with mode: 0644]
test/testutil/tests.c [new file with mode: 0644]