[dia/dia-0-97] Bug 728405 - Include custom shapes for unit test



commit 01d2be5a069f41fb8e86489d9860dbd7be78640c
Author: Hans Breuer <hans breuer org>
Date:   Fri Apr 18 13:42:01 2014 +0200

    Bug 728405 - Include custom shapes for unit test
    
    Formerly only programmed objects were tested within the build
    environment, except if shapes were found outside of the source
    tree (e.g. from home directory or build prefix)

 tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 00ad957..69a64f0 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -10,7 +10,7 @@ tests:
 #      @test -z "${TEST_PROGS}" || ${GTESTER} --verbose ${TEST_PROGS}
 
 test: $(TEST_PROGS)
-       ./objects ../objects//
+       DIA_SHAPE_PATH=../shapes ./objects ../objects//
 
 # rum make test as part of make check
 check-local: test


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