blob: 6f80eab5586397252c2c1a7eaa2ef9de7f38015f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
SUBDIRS = certs
EXTRA_DIST = \
cutest \
Makefile.tests
noinst_LTLIBRARIES = \
libcutest.la
libcutest_la_SOURCES = \
cutest/CuTest.c \
cutest/CuTest.h
memcheck:
leakcheck:
|