mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
69297aa373
Done through sed -e 's/strcmp \([(][^()]*[)]\) != 0/!streq \1/' * tests/**/*.[hc]: Use !streq instead of strcmp ... != 0. * modules/*-tests (Dependencies): Add streq.
18 lines
245 B
Plaintext
18 lines
245 B
Plaintext
Files:
|
|
tests/test-tempname.c
|
|
tests/macros.h
|
|
|
|
Status:
|
|
unportable-test
|
|
|
|
Depends-on:
|
|
unlink
|
|
streq
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-tempname
|
|
check_PROGRAMS += test-tempname
|
|
test_tempname_LDADD = $(LDADD) $(GETRANDOM_LIB) $(CLOCK_TIME_LIB)
|