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