public
Description: A Clutter-based Twitter client
Homepage: http://live.gnome.org/Tweet
Clone URL: git://github.com/ebassi/tweet.git
Search Repo:
Add the new tests to the build

The new tests for twitter-glib should not go into the test suite
right now, as they require authentication and user interaction.
Emmanuele Bassi (author)
Thu Apr 10 13:24:20 -0700 2008
commit  d91030460d68a81692d5cb00cf791710b9d9f748
tree    5a1a447ca78e05cdbe6f650c5ccf6dbe4d56f043
parent  1b5f36224ac979ff4f0f624bca33301d95e4ca70
...
2
3
4
5
 
 
6
7
8
...
14
15
16
17
 
18
19
20
21
 
 
 
 
 
 
 
22
...
2
3
4
 
5
6
7
8
9
...
15
16
17
 
18
19
 
 
 
20
21
22
23
24
25
26
27
0
@@ -2,7 +2,8 @@ include $(top_srcdir)/Makefile.decl
0
 
0
 NULL =
0
 
0
-noinst_PROGRAMS = $(TEST_PROGS)
0
+#noinst_PROGRAMS = $(TEST_PROGS)
0
+noinst_PROGRAMS = test-user-timeline test-status-send
0
 
0
 INCLUDES = -I$(top_srcdir) $(TWITTER_GLIB_CFLAGS)
0
 progs_ldadd = $(top_builddir)/twitter-glib/libtwitter-glib-1.0.la $(TWITTER_GLIB_LIBS)
0
@@ -14,9 +15,13 @@ AM_CPPFLAGS = \
0
 
0
 AM_CFLAGS = -g
0
 
0
-TESTS_ENVIRONMENT = srcdir=$(srcdir)
0
+#TESTS_ENVIRONMENT = srcdir=$(srcdir)
0
 
0
-TEST_PROGS += test-public-timeline
0
-test_public_timeline_SOURCES = test-public-timeline.c
0
-test_public_timeline_LDADD = $(progs_ldadd)
0
+TEST_PROGS += test-user-timeline
0
+test_user_timeline_SOURCES = test-user-timeline.c
0
+test_user_timeline_LDADD = $(progs_ldadd)
0
+
0
+TEST_PROGS += test-status-send
0
+test_status_send_SOURCES = test-status-send.c
0
+test_status_send_LDADD = $(progs_ldadd)
0
 

Comments

    No one has commented yet.