mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
8f88d159d4
* 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)
|