[anjuta] libanjuta: Added testcase for anjuta-tabber
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] libanjuta: Added testcase for anjuta-tabber
- Date: Mon, 25 Apr 2011 15:56:40 +0000 (UTC)
commit a6760e16d4c9f3d91b58e897726e5719bc5e4d71
Author: Johannes Schmid <jhs gnome org>
Date: Fri Apr 22 18:42:01 2011 +0200
libanjuta: Added testcase for anjuta-tabber
configure.ac | 1 +
libanjuta/Makefile.am | 2 +-
libanjuta/tests/Makefile.am | 6 ++++++
3 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e4cee46..0b8d7a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -707,6 +707,7 @@ AC_CONFIG_FILES([
Makefile
po/Makefile.in
libanjuta/Makefile
+libanjuta/tests/Makefile
libanjuta/interfaces/Makefile
libanjuta/libanjuta-3.0.pc
libanjuta/anjuta-version.h
diff --git a/libanjuta/Makefile.am b/libanjuta/Makefile.am
index 5824c3a..353fd6d 100644
--- a/libanjuta/Makefile.am
+++ b/libanjuta/Makefile.am
@@ -1,6 +1,6 @@
include interfaces/Makefile.am.gir
-SUBDIRS = interfaces
+SUBDIRS = tests interfaces
AM_CPPFLAGS = \
-I$(top_srcdir) \
diff --git a/libanjuta/tests/Makefile.am b/libanjuta/tests/Makefile.am
new file mode 100644
index 0000000..47c879f
--- /dev/null
+++ b/libanjuta/tests/Makefile.am
@@ -0,0 +1,6 @@
+noinst_PROGRAMS = anjuta-tabber-test
+
+anjuta_tabber_test_CFLAGS = $(LIBANJUTA_CFLAGS)
+anjuta_tabber_test_LDADD = $(LIBANJUTA_LIBS)
+
+anjuta_tabber_test_SOURCES = anjuta-tabber-test.c
\ No newline at end of file
diff --git a/libanjuta/tests/anjuta-tabber-test.c b/libanjuta/tests/anjuta-tabber-test.c
new file mode 100644
index 0000000..e69de29
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]