ct_test.c doesn't need to include from source top, only testutil.c does
authorRichard Levitte <levitte@openssl.org>
Sat, 27 Feb 2016 19:34:47 +0000 (20:34 +0100)
committerRichard Levitte <levitte@openssl.org>
Sat, 27 Feb 2016 20:40:20 +0000 (21:40 +0100)
commitb37d6abf8c804c48767813eef59c00b464b51115
treea534b353fdc0a6a6cff7cf5a418c57e07757bc52
parente5ed5f6a595748e2d447ac7af2823471d2f91f45
ct_test.c doesn't need to include from source top, only testutil.c does

The INCLUDE statement can handle setting extra include directories for
individual object files, let's use it.

Reviewed-by: Andy Polyakov <appro@openssl.org>
test/build.info