1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-06-15 15:25:49 +00:00
Files
Bruno Haible 8f88d159d4 tests: Use streq, part 4.
* tests/**/*.[hc]: Use streq instead of STREQ.
* tests/macros.h (STREQ): Remove macro.
* modules/*-tests (Dependencies): Add streq.
2026-03-01 10:50:12 +01:00

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)