From 0b83123924f907e93780baf015a330c74166235a Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 6 Nov 2012 22:06:59 -0600 Subject: add tests for idomessagedialog --- tests/Makefile.am | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 89b9b5b..39ad2d3 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -45,3 +45,25 @@ gtest_menuitems_LDADD = \ $(IDOLIB) \ libgtest.a +############################# +# Dialog tests +############################# + +TESTS += gtest-dialog +check_PROGRAMS += gtest-dialog + +gtest_dialog_SOURCES = \ + gtest-dialog.cpp +gtest_dialog_CPPFLAGS = \ + $(GCC_CFLAGS) \ + $(GTK_CFLAGS) \ + $(MAINTAINER_CFLAGS) \ + $(AM_CPPFLAGS) +gtest_dialog_LDFLAGS = \ + -pthread +gtest_dialog_LDADD = \ + $(GTK_LIBS) \ + $(IDOLIB) \ + libgtest.a + + -- cgit v1.2.3