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