diff options
author | Owen Taylor <otaylor@src.gnome.org> | 2003-07-03 21:26:35 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-07-03 21:26:35 +0000 |
commit | f728c3d298cad238922049d775392a232c4f080a (patch) | |
tree | 29829b01cd6101e78fd3b33a062f36da6ca00b3d /tests/Makefile.am | |
parent | 8f5c1b6a3c1fcc06249e48ab2db329da2ae9190a (diff) | |
download | gtk+-f728c3d298cad238922049d775392a232c4f080a.tar.gz |
Add a test program from gnome-desktop.
* tests/Makefile.am test/testicontheme.c: Add a test
program from gnome-desktop.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 3cd09889d8..fbf6674edf 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -31,6 +31,7 @@ noinst_PROGRAMS = \ testcalendar \ testdnd \ testgtk \ + testicontheme \ testinput \ testmenus \ testmultidisplay \ @@ -55,6 +56,7 @@ noinst_PROGRAMS = \ pixbuf-random simple_DEPENDENCIES = $(TEST_DEPS) +testicontheme_DEPENDENCIES = $(TEST_DEPS) testcalendar_DEPENDENCIES = $(TEST_DEPS) testdnd_DEPENDENCIES = $(TEST_DEPS) testgtk_DEPENDENCIES = $(TEST_DEPS) @@ -81,6 +83,7 @@ simple_LDADD = $(LDADDS) testcalendar_LDADD = $(LDADDS) testdnd_LDADD = $(LDADDS) testgtk_LDADD = $(LDADDS) +testicontheme_LDADD = $(LDADDS) testinput_LDADD = $(LDADDS) testmenus_LDADD = $(LDADDS) testmultidisplay_LDADD = $(LDADDS) |