Files
ce_cdm/cdm/oemcrypto_unittests.gypi
2017-02-01 16:36:41 -08:00

24 lines
548 B
Python

# Copyright 2015 Google Inc. All Rights Reserved.
#
# Include this in any custom unit test targets.
# Does not include the test runner main.
{
'sources': [
'../oemcrypto/test/oec_device_features.cpp',
'../oemcrypto/test/oec_session_util.cpp',
'../oemcrypto/test/oemcrypto_test.cpp',
],
'include_dirs': [
'../core/include', # log.h
'../oemcrypto/include',
'../oemcrypto/mock/src', # oemcrypto_key_mock.h
'../oemcrypto/test',
],
'defines': [
'OEMCRYPTO_TESTS',
],
'libraries': [
'-lcrypto',
],
}