summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2014-08-30 22:53:26 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2014-09-15 18:42:51 +0100
commit240c44f484c3bd6b5d887f3628ecbb2e52fe1749 (patch)
treedec70bf7bb8d99b23716dc9ee82b3558ab7f3d4c
parent6bf1f79e2032b406fde5fe14634ddc1908bd6f20 (diff)
downloadlibgdata-240c44f484c3bd6b5d887f3628ecbb2e52fe1749.tar.gz
build: Tidy up whitespace in tests Makefile.am
It was offending my sensibilities, which have apparently moved on since I originally wrote that file.
-rw-r--r--gdata/tests/Makefile.am75
1 files changed, 38 insertions, 37 deletions
diff --git a/gdata/tests/Makefile.am b/gdata/tests/Makefile.am
index 77ac9fe8..68b9a57c 100644
--- a/gdata/tests/Makefile.am
+++ b/gdata/tests/Makefile.am
@@ -17,11 +17,12 @@ AM_CFLAGS = \
$(NULL)
LIBS = \
- $(top_builddir)/gdata/libgdata.la \
- $(GDK_PIXBUF_LIBS) \
- $(GDATA_LIBS) \
- $(GNOME_LIBS) \
- $(UHTTPMOCK_LIBS)
+ $(top_builddir)/gdata/libgdata.la \
+ $(GDK_PIXBUF_LIBS) \
+ $(GDATA_LIBS) \
+ $(GNOME_LIBS) \
+ $(UHTTPMOCK_LIBS) \
+ $(NULL)
noinst_PROGRAMS = $(TESTS)
@@ -30,52 +31,52 @@ TEST_SRCS = \
common.h \
$(NULL)
-TESTS = general
-general_SOURCES = general.c $(TEST_SRCS)
+TESTS = general
+general_SOURCES = general.c $(TEST_SRCS)
-TESTS += youtube
-youtube_SOURCES = youtube.c $(TEST_SRCS)
+TESTS += youtube
+youtube_SOURCES = youtube.c $(TEST_SRCS)
-TESTS += calendar
-calendar_SOURCES = calendar.c $(TEST_SRCS)
+TESTS += calendar
+calendar_SOURCES = calendar.c $(TEST_SRCS)
-TESTS += contacts
-contacts_SOURCES = contacts.c $(TEST_SRCS)
+TESTS += contacts
+contacts_SOURCES = contacts.c $(TEST_SRCS)
-TESTS += picasaweb
-picasaweb_SOURCES = picasaweb.c $(TEST_SRCS)
+TESTS += picasaweb
+picasaweb_SOURCES = picasaweb.c $(TEST_SRCS)
-TESTS += documents
-documents_SOURCES = documents.c $(TEST_SRCS)
+TESTS += documents
+documents_SOURCES = documents.c $(TEST_SRCS)
# FIXME: Temporarily disabled until https://bugzilla.gnome.org/show_bug.cgi?id=705303 is fixed.
-#TESTS += memory
-#memory_SOURCES = memory.c $(TEST_SRCS)
+#TESTS += memory
+#memory_SOURCES = memory.c $(TEST_SRCS)
-TESTS += perf
-perf_SOURCES = perf.c $(TEST_SRCS)
+TESTS += perf
+perf_SOURCES = perf.c $(TEST_SRCS)
-TESTS += streams
-streams_SOURCES = streams.c $(TEST_SRCS)
+TESTS += streams
+streams_SOURCES = streams.c $(TEST_SRCS)
-TESTS += authorization
-authorization_SOURCES = authorization.c $(TEST_SRCS)
+TESTS += authorization
+authorization_SOURCES = authorization.c $(TEST_SRCS)
-TESTS += client-login-authorizer
-client_login_authorizer_SOURCES = client-login-authorizer.c $(TEST_SRCS)
+TESTS += client-login-authorizer
+client_login_authorizer_SOURCES = client-login-authorizer.c $(TEST_SRCS)
-TESTS += oauth1-authorizer
-oauth1_authorizer_SOURCES = oauth1-authorizer.c $(TEST_SRCS)
+TESTS += oauth1-authorizer
+oauth1_authorizer_SOURCES = oauth1-authorizer.c $(TEST_SRCS)
EXTRA_DIST += \
- photo.jpg \
- sample.ogg \
- test.doc \
- test.ods \
- test.odt \
- test.ppt \
- test.xls \
- test_updated.odt \
+ photo.jpg \
+ sample.ogg \
+ test.doc \
+ test.ods \
+ test.odt \
+ test.ppt \
+ test.xls \
+ test_updated.odt \
test_updated_file.ppt \
cert.pem \
key.pem \