mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-05-13 07:03:33 +00:00
* tests/test-selinux-context-h.c: New file. * tests/test-selinux-label-h.c: New file. * tests/test-selinux-selinux-h.c: New file. * modules/selinux-h-tests: New file. * tests/test-selinux-context-h-c++.cc: New file. * tests/test-selinux-label-h-c++.cc: New file. * tests/test-selinux-selinux-h-c++.cc: New file. * modules/selinux-h-c++-tests: New file.
23 lines
505 B
Plaintext
23 lines
505 B
Plaintext
Files:
|
|
tests/test-selinux-context-h.c
|
|
tests/test-selinux-label-h.c
|
|
tests/test-selinux-selinux-h.c
|
|
|
|
Depends-on:
|
|
selinux-h-c++-tests
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += \
|
|
test-selinux-context-h \
|
|
test-selinux-label-h \
|
|
test-selinux-selinux-h
|
|
check_PROGRAMS += \
|
|
test-selinux-context-h \
|
|
test-selinux-label-h \
|
|
test-selinux-selinux-h
|
|
test_selinux_context_h_LDADD = $(LDADD) @LIB_SELINUX@
|
|
test_selinux_label_h_LDADD = $(LDADD) @LIB_SELINUX@
|
|
test_selinux_selinux_h_LDADD = $(LDADD) @LIB_SELINUX@
|