• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

作図ソフト dia の改良版


Commit MetaInfo

修訂01d2be5a069f41fb8e86489d9860dbd7be78640c (tree)
時間2014-04-18 20:42:01
作者Hans Breuer <hans@breu...>
CommiterHans Breuer

Log Message

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)

Change Summary

差異

--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -10,7 +10,7 @@ tests:
1010 # @test -z "${TEST_PROGS}" || ${GTESTER} --verbose ${TEST_PROGS}
1111
1212 test: $(TEST_PROGS)
13- ./objects ../objects//
13+ DIA_SHAPE_PATH=../shapes ./objects ../objects//
1414
1515 # rum make test as part of make check
1616 check-local: test