From a073fac91e33b949bb7ff357396751eb453da607 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Granjoux?= Date: Sat, 21 May 2011 17:19:33 +0200 Subject: [PATCH] am-project: Re-enable use of anjuta project in regression test --- plugins/am-project/tests/anjuta.lst | 6 ++++++ plugins/am-project/tests/testsuite.at | 1 + 2 files changed, 7 insertions(+) diff --git a/plugins/am-project/tests/anjuta.lst b/plugins/am-project/tests/anjuta.lst index d7d113345..3980c79d3 100644 --- a/plugins/am-project/tests/anjuta.lst +++ b/plugins/am-project/tests/anjuta.lst @@ -266,6 +266,12 @@ PROPERTY (URL): http://www.anjuta.org/ TARGET (): idl PROPERTY (Installation directory): idldir SOURCE (): libanjuta/interfaces/libanjuta.idl + GROUP (): tests + TARGET (): anjuta-tabber-test + PROPERTY (Do not install): true + PROPERTY (C compiler flags): $(LIBANJUTA_CFLAGS) + PROPERTY (Libraries): $(LIBANJUTA_LIBS) + SOURCE (): libanjuta/tests/anjuta-tabber-test.c TARGET (): libanjuta-3.la PROPERTY (Installation directory): libdir PROPERTY (Linker flags): $(ANJUTA_LDFLAGS) diff --git a/plugins/am-project/tests/testsuite.at b/plugins/am-project/tests/testsuite.at index cbee63cff..4674ea57a 100644 --- a/plugins/am-project/tests/testsuite.at +++ b/plugins/am-project/tests/testsuite.at @@ -1,4 +1,5 @@ m4_include([empty.at]) +m4_include([anjuta.at]) m4_include([group.at]) m4_include([target.at]) m4_include([source.at]) -- 2.11.4.GIT