• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

作図ソフト dia の改良版


コミットメタ情報

リビジョン01d2be5a069f41fb8e86489d9860dbd7be78640c (tree)
日時2014-04-18 20:42:01
作者Hans Breuer <hans@breu...>
コミッターHans Breuer

ログメッセージ

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)

変更サマリ

差分

--- 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