• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

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

作図ソフト dia の改良版


Commit MetaInfo

Révision01d2be5a069f41fb8e86489d9860dbd7be78640c (tree)
l'heure2014-04-18 20:42:01
AuteurHans Breuer <hans@breu...>
CommiterHans Breuer

Message de Log

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

Modification

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