[gtksourceview/wip/loader-saver: 32/42] Enable unit tests for the BufferOutputStream
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview/wip/loader-saver: 32/42] Enable unit tests for the BufferOutputStream
- Date: Tue, 25 Mar 2014 12:30:27 +0000 (UTC)
commit 1d72880c848a37a6c2a91ec6ba4ba692f3e09ada
Author: Sébastien Wilmet <swilmet gnome org>
Date: Thu Mar 6 19:43:27 2014 +0100
Enable unit tests for the BufferOutputStream
Now the unit tests link fine, and 'make check' passes fine too.
tests/Makefile.am | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index b798024..e4d63bc 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -76,13 +76,13 @@ test_buffer_input_stream_LDADD = \
$(DEP_LIBS) \
$(TESTS_LIBS)
-#UNIT_TEST_PROGS += test-buffer-output-stream
-#test_buffer_output_stream_SOURCES = test-buffer-output-stream.c
-#test_buffer_output_stream_LDADD = \
-# $(top_builddir)/gtksourceview/libgtksourceview-private.la \
-# $(top_builddir)/gtksourceview/libgtksourceview-3.0.la \
-# $(DEP_LIBS) \
-# $(TESTS_LIBS)
+UNIT_TEST_PROGS += test-buffer-output-stream
+test_buffer_output_stream_SOURCES = test-buffer-output-stream.c
+test_buffer_output_stream_LDADD = \
+ $(top_builddir)/gtksourceview/libgtksourceview-private.la \
+ $(top_builddir)/gtksourceview/libgtksourceview-3.0.la \
+ $(DEP_LIBS) \
+ $(TESTS_LIBS)
UNIT_TEST_PROGS += test-completion-model
test_completion_model_SOURCES = test-completion-model.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]