File: Makefile.am

package info (click to toggle)
cunit 2.1-0.dfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,980 kB
  • ctags: 744
  • sloc: sh: 8,258; ansic: 7,209; makefile: 387; perl: 45; cpp: 42
file content (12 lines) | stat: -rwxr-xr-x 343 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
## Process this file with automake to produce Makefile.in

if ENABLE_TEST
testdir=${datadir}/@PACKAGE@/Test

test_PROGRAMS = test_cunit
test_cunit_SOURCES = test_cunit.c
test_cunit_LDADD = ../libcunit_test.a
test_cunit_LDFLAGS = -L..

INCLUDES = -I../../Headers -DMEMTRACE -DCUNIT_BUILD_TESTS -DCUNIT_DO_NOT_DEFINE_UNLESS_BUILDING_TESTS
endif