mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* modules/getprogname-tests (Depends-on): Remove assert-h. It was not needed, and in fact would cause build failure for coreutils on some systems. Reported by Assaf Gordon in https: //lists.gnu.org/archive/html/coreutils/2016-09/msg00016.html
14 lines
206 B
Plaintext
14 lines
206 B
Plaintext
Files:
|
|
tests/test-getprogname.c
|
|
|
|
Depends-on:
|
|
string
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
DEFS += -DEXEEXT=\"@EXEEXT@\"
|
|
TESTS += test-getprogname
|
|
check_PROGRAMS += test-getprogname
|
|
test_getprogname_LDADD = $(LDADD)
|