Use PLUGIN_SET_INFO instead of PLUGIN_INFO macros
[geanyprj.git] / tests / Makefile.am
bloba7b46f3141786ebf46f9ffa0144bf04afd17e6a6
1 ## Makefile.am -- Process this file with automake to produce Makefile.in
2 #SUBDIRS = tests
4 INCLUDES = -I../src @CHECK_CFLAGS@ @GEANY_CFLAGS@ -DUNITTESTS
6 if UNITTESTS
7 TESTS=unittests
8 noinst_PROGRAMS=unittests
9 unittests_SOURCES = unittests.c \
10         ../src/geanyprj.c \
11         ../src/geanyprj.h \
12         ../src/menu.c \
13         ../src/project.c \
14         ../src/sidebar.c \
15         ../src/utils.c \
16         ../src/xproject.c
18 unittests_LDADD  = @GEANY_LIBS@ $(INTLLIBS) @CHECK_LIBS@
19 endif