mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-03 20:21:35 +00:00
* tests/**/*.[hc]: Use streq instead of STREQ. * tests/macros.h (STREQ): Remove macro. * modules/*-tests (Dependencies): Add streq.
16 lines
220 B
Plaintext
16 lines
220 B
Plaintext
Files:
|
|
tests/test-stack.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
string-h
|
|
streq
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-stack
|
|
check_PROGRAMS += test-stack
|
|
test_stack_SOURCES = test-stack.c
|
|
test_stack_LDADD = $(LDADD) $(LIBINTL)
|