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