/
githubmirror
/
acl
Обзор
Документация
Войти
/
githubmirror
/
acl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v2.2.53
test/Makemodule.am
37 строк
921 B
Dmitry V. Levin
Enable large-file support on systems that do not enable it by default
21 янв 2018, 08:29
21 янв 2018, 08:29
b29b818
Код
Авторство
О чём код?
XFAIL_TESTS = \ test/nfs/nfsacl.test \ test/nfs/nfs-dir.test TESTS = \ test/cp.test \ test/getfacl-lfs.test \ test/getfacl-noacl.test \ test/getfacl-recursive.test \ test/malformed-restore.test \ test/misc.test \ test/sbits-restore.test \ test/setfacl-X.test \ test/utf8-filenames.test \ test/root/getfacl.test \ test/root/permissions.test \ test/root/restore.test \ test/root/setfacl.test \ $(XFAIL_TESTS) EXTRA_DIST += \ test/make-tree \ test/malformed-restore-double-owner.acl \ test/run \ test/runwrapper \ test/sort-getfacl-output \ test/test.passwd \ test/test.group \ $(TESTS) check_LTLIBRARIES = libtestlookup.la libtestlookup_la_SOURCES = test/test_passwd.c test/test_group.c libtestlookup_la_CFLAGS = -DBASEDIR=\"$(abs_srcdir)\" libtestlookup_la_LDFLAGS = -rpath $(abs_builddir) AM_TESTS_ENVIRONMENT = PATH="$(abs_top_builddir):$$PATH"; TEST_LOG_COMPILER = $(srcdir)/test/runwrapper