[gtk-doc] examples: fix makefile for running tests. Fixes #577774



commit d8ccc4d71805d5c10927615e83e94c3b380cc780
Author: Philip Chimento <philip chimento gmail com>
Date:   Mon Sep 28 18:04:39 2009 +0300

    examples: fix makefile for running tests. Fixes #577774
    
    Add a '&&' to test-env variable.

 examples/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 409b89c..25cec2e 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -95,7 +95,7 @@ EXTRA_DIST +=
 
 # Comment this out if you want your docs-status tested during 'make check'
 if ENABLE_GTK_DOC
-#TESTS_ENVIRONMENT = cd $(srcsrc)
+#TESTS_ENVIRONMENT = cd $(srcsrc) &&
 #TESTS = $(GTKDOC_CHECK)
 endif
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]