[gtksourceview/wip/loader-saver: 4/4] 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: 4/4] Enable unit tests for the BufferOutputStream
- Date: Fri, 7 Mar 2014 15:55:34 +0000 (UTC)
commit e99c3cdbd5dce627e32f3665cb5ba6f169b52331
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 741c00a..c687828 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -70,13 +70,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]