summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2016-03-10 08:19:58 +0100
committerLukas Slebodnik <lslebodn@redhat.com>2016-03-12 21:19:06 +0100
commite0c86d21388bffe2e3919e780780c40d96186abb (patch)
tree925fcd346268794138743f29ecb2a4e8f6941366 /src/tests
parent9f18131a2ace84c393982734c93ce22eda558510 (diff)
downloadsssd-e0c86d21388bffe2e3919e780780c40d96186abb.tar.gz
sssd-e0c86d21388bffe2e3919e780780c40d96186abb.tar.xz
sssd-e0c86d21388bffe2e3919e780780c40d96186abb.zip
libipa_hbac: Move the library to src/lib/ipa_hbac
Moving the library to the lib directory will force maintainers to think twice about changes, because it would be obvious this is a library. Also don't use includes from sssd source tree paths, but add the util path to Makefile's CFLAGS so that other projects can copy the hbac_evaluator.c file verbatim. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/ipa_hbac-tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/ipa_hbac-tests.c b/src/tests/ipa_hbac-tests.c
index f2192a6fb..c8ef7fe44 100644
--- a/src/tests/ipa_hbac-tests.c
+++ b/src/tests/ipa_hbac-tests.c
@@ -27,7 +27,7 @@
#include <talloc.h>
#include "tests/common_check.h"
-#include "providers/ipa/ipa_hbac.h"
+#include "lib/ipa_hbac/ipa_hbac.h"
#define HBAC_TEST_USER "testuser"
#define HBAC_TEST_INVALID_USER "nosuchuser"