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