summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2015-06-18 20:32:24 -0500
committerMike Gorse <mgorse@suse.com>2015-06-18 20:32:24 -0500
commit647e04c96135fedee7ecf3f9eba15a26c9d9459e (patch)
treea6de946cfc351f83baa9079c82d2f9fcc0f12d86 /tests
parente3c9e025d332055ebfb1e385936919cf58e8fed8 (diff)
downloadat-spi2-atk-647e04c96135fedee7ecf3f9eba15a26c9d9459e.tar.gz
Add some missing files to the distribution
https://bugzilla.gnome.org/show_bug.cgi?id=751138
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index b05b9bd..66edcf9 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = dummyatk
+SUBDIRS = data dummyatk
noinst_PROGRAMS = atk-test app-test
TESTS = atk-test
@@ -24,6 +24,7 @@ atk_test_CPPFLAGS = -DTESTS_BUILD_DIR=\"$(top_builddir)/tests\" \
-DTESTS_DATA_DIR=\"$(top_srcdir)/tests/data\"
atk_test_SOURCES = atk_suite.c \
+ atk_suite.h \
atk_test_accessible.c \
atk_test_action.c \
atk_test_component.c