diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2013-03-04 16:37:04 +0100 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-03-19 21:47:30 +0100 |
commit | 6569d57e3bc168e6e83d70333b48c5cb43aa04c4 (patch) | |
tree | b6a21e44f6ba22018e686cd7454b77658f7fef7b /src/providers/ldap | |
parent | 6837eee3f7f81c0ee454d3718d67d7f3cc6b48ef (diff) | |
download | sssd-6569d57e3bc168e6e83d70333b48c5cb43aa04c4.tar.gz sssd-6569d57e3bc168e6e83d70333b48c5cb43aa04c4.tar.bz2 sssd-6569d57e3bc168e6e83d70333b48c5cb43aa04c4.zip |
Do not compile main() in DP if UNIT_TESTING is defined
The simple access provider unit tests now need to link against the Data
Provider when they start using the be_file_account_request() function.
But then we would start having conflicts as at least the main()
functions would clash.
If UNIT_TESTING is defined, then the data_provider_be.c module does not
contain the main() function and can be linked against directly from
another module that contains its own main() function
Diffstat (limited to 'src/providers/ldap')
0 files changed, 0 insertions, 0 deletions