X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fopenat-tests;h=b83fb721d293ce71089f2b233ddbd8b619e47b2d;hb=cdf12ee48247d39e7b1fd40289b78741aa4d4df1;hp=959d8823336afe37ad64a05b3aa810b0e92412ce;hpb=d6d01fdde58da00d0d839711097e3acb83f61754;p=gnulib.git diff --git a/modules/openat-tests b/modules/openat-tests index 959d88233..b83fb721d 100644 --- a/modules/openat-tests +++ b/modules/openat-tests @@ -16,9 +16,10 @@ tests/signature.h tests/macros.h Depends-on: +getcwd-lgpl ignore-value mgetgroups -pathmax +progname usleep stat-time symlink @@ -31,3 +32,8 @@ Makefile.am: TESTS += test-fchownat test-fstatat test-mkdirat test-openat test-unlinkat check_PROGRAMS += test-fchownat test-fstatat test-mkdirat test-openat \ test-unlinkat +test_fchownat_LDADD = $(LDADD) @LIBINTL@ +test_fstatat_LDADD = $(LDADD) @LIBINTL@ +test_mkdirat_LDADD = $(LDADD) @LIBINTL@ +test_openat_LDADD = $(LDADD) @LIBINTL@ +test_unlinkat_LDADD = $(LDADD) @LIBINTL@