blob: cc02852bab60c3cc21ca59f5cbf6451d75a2349d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Files:
tests/test-argmatch.c
tests/macros.h
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-argmatch
check_PROGRAMS += test-argmatch
test_argmatch_LDADD = $(LDADD) @LIBINTL@
|