blob: 227a1a2ab233f8ad8bce6dd3e281339c5bbc3855 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
include $(top_srcdir)/make/shared.am
TESTS =
noinst_PROGRAMS = $(TESTS)
TESTS += test_foobar
test_foobar_LDADD = $(top_builddir)/libfoobar.a
test_foobar_SOURCES = test_foobar.c
|