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