diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-03-03 18:23:21 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-03-03 18:23:21 +0000 |
commit | efefd9f0bab3c57494a55b0418b5d488f0dae64b (patch) | |
tree | f1c5e5b51e8fd46875724a20f92e7fe3882feece /tests/Makefile.am | |
parent | 5f2975ade7f2b578eb3360f6ab67d755aa867271 (diff) | |
download | gdk-pixbuf-efefd9f0bab3c57494a55b0418b5d488f0dae64b.tar.gz |
Add plug-socket tests. (Won't work worth a darn until I commit the rest of
Sat Mar 3 13:21:27 2001 Owen Taylor <otaylor@redhat.com>
* tests/Makefile.am tests/testsocket.c tests/testsocket_child.c:
Add plug-socket tests. (Won't work worth a darn until I commit
the rest of the plug-socket changes, but no reason these
can't go into CVS now.)
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 116d4f56a..24f1b293d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -31,11 +31,17 @@ LDADDS = @STRIP_BEGIN@ \ @STRIP_END@ noinst_PROGRAMS = \ + testsocket \ + testsocket_child \ testtreeview \ testtreecolumns +testsocket_DEPENDENCIES = $(DEPS) +testsocket_child_DEPENDENCIES = $(DEPS) testtreeview_DEPENDENCIES = $(DEPS) +testsocket_LDADD = $(LDADDS) +testsocket_child_LDADD = $(LDADDS) testtreeview_LDADD = $(LDADDS) testtreeview_SOURCES = testtreeview.c |