Hi again,

I try to build up a test suit for my library. I have a description for
using autotest for a program. But haven't found anything about testing
libraries. Are there any good descriptions or examples?

Currently I only have

TESTS            = slltest
check_PROGRAMS   = $(TESTS)
slltest_SOURCES  = slltest.c
slltest_INCLUDES = sll.h
slltest_LDADD    = libsk.a

in my Makefile.am.

Thanks



Reply via email to