automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

autotest with libraries


From: Martin Kalbfuß
Subject: autotest with libraries
Date: Thu, 17 Sep 2009 01:12:44 +0200

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

[Prev in Thread] Current Thread [Next in Thread]