diff options
Diffstat (limited to 'tests/chgrp')
-rw-r--r-- | tests/chgrp/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/chgrp/Makefile.am b/tests/chgrp/Makefile.am index 606ab4054..6ffa9b753 100644 --- a/tests/chgrp/Makefile.am +++ b/tests/chgrp/Makefile.am @@ -12,4 +12,5 @@ TESTS = \ EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ host_triplet=$(host_triplet) \ + CU_TEST_NAME=`basename $(abs_srcdir)`,$$tst \ PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH" |