diff options
author | Morten Welinder <terra@gnome.org> | 2004-03-12 15:49:22 +0000 |
---|---|---|
committer | Morten Welinder <mortenw@src.gnome.org> | 2004-03-12 15:49:22 +0000 |
commit | ed649f3bff1fc2d8239e5375c41a8be512c61595 (patch) | |
tree | 1c22a45a25938ea6ed3b395efe70b2179ef304aa /tests/Makefile.am | |
parent | 989bfc4af8f8fffc7b3c1bb9d48ea200b0e986bd (diff) | |
download | gtk+-ed649f3bff1fc2d8239e5375c41a8be512c61595.tar.gz |
Add new testspinbutton.c
2004-03-12 Morten Welinder <terra@gnome.org>
* tests/Makefile.am: Add new testspinbutton.c
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 3e7621329d..ef2ceb3f97 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -43,6 +43,7 @@ noinst_PROGRAMS = \ testrgb \ testselection \ $(testsocket_programs) \ + testspinbutton \ testtext \ testtextbuffer \ testtoolbar \ @@ -79,6 +80,7 @@ testrgb_DEPENDENCIES = $(TEST_DEPS) testselection_DEPENDENCIES = $(TEST_DEPS) testsocket_DEPENDENCIES = $(DEPS) testsocket_child_DEPENDENCIES = $(DEPS) +testspinbutton_DEPENDENCIES = $(TEST_DEPS) testtext_DEPENDENCIES = $(TEST_DEPS) testtextbuffer_DEPENDENCIES = $(TEST_DEPS) testtreeedit_DEPENDENCIES = $(DEPS) @@ -109,6 +111,7 @@ testrgb_LDADD = $(LDADDS) testselection_LDADD = $(LDADDS) testsocket_LDADD = $(LDADDS) testsocket_child_LDADD = $(LDADDS) +testspinbutton_LDADD = $(LDADDS) testtextbuffer_LDADD = $(LDADDS) testtoolbar_LDADD = $(LDADDS) stresstest_toolbar_LDADD = $(LDADDS) @@ -159,6 +162,9 @@ testsocket_child_SOURCES = \ testsocket_child.c \ testsocket_common.c +testspinbutton_SOURCES = \ + testspinbutton.c + testmerge_SOURCES = \ testmerge.c |