作図ソフト dia の改良版
修訂 | 01d2be5a069f41fb8e86489d9860dbd7be78640c (tree) |
---|---|
時間 | 2014-04-18 20:42:01 |
作者 | Hans Breuer <hans@breu...> |
Commiter | 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)
@@ -10,7 +10,7 @@ tests: | ||
10 | 10 | # @test -z "${TEST_PROGS}" || ${GTESTER} --verbose ${TEST_PROGS} |
11 | 11 | |
12 | 12 | test: $(TEST_PROGS) |
13 | - ./objects ../objects// | |
13 | + DIA_SHAPE_PATH=../shapes ./objects ../objects// | |
14 | 14 | |
15 | 15 | # rum make test as part of make check |
16 | 16 | check-local: test |