blob: 6f3ab4043ab30a79404269e67e7b3687955e0991 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Files:
tests/test-count-leading-zeros.c
tests/macros.h
Depends-on:
limits-h
configure.ac:
Makefile.am:
TESTS += test-count-leading-zeros
check_PROGRAMS += test-count-leading-zeros
|