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