~ubuntu-branches/debian/squeeze/geany-plugins/squeeze

« back to all changes in this revision

Viewing changes to geanygdb/tests/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2009-07-10 22:56:41 UTC
  • Revision ID: james.westby@ubuntu.com-20090710225641-xc1126t7pq0jmpos
Tags: upstream-0.17.1
ImportĀ upstreamĀ versionĀ 0.17.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Makefile.am -- Process this file with automake to produce Makefile.in
 
2
#SUBDIRS = tests
 
3
 
 
4
INCLUDES = @CHECK_CFLAGS@ @GEANY_CFLAGS@ -DUNITTESTS
 
5
 
 
6
if UNITTESTS
 
7
TESTS=unittests
 
8
noinst_PROGRAMS=unittests
 
9
unittests_SOURCES = unittests.c
 
10
unittests_LDADD  = @GEANY_LIBS@ $(INTLLIBS) @CHECK_LIBS@
 
11
endif