show some output during test
This commit is contained in:
parent
e3a9e301de
commit
89b49e399b
1 changed files with 4 additions and 3 deletions
|
@ -7,8 +7,9 @@ man_MANS = doc/calcelestial.1
|
|||
TEST_OPTS = -p sun -m rise -t 1990-03-20 -q Baden,Switzerland
|
||||
|
||||
test: src/calcelestial
|
||||
src/calcelestial ${TEST_OPTS} -l
|
||||
[ "$$(src/calcelestial ${TEST_OPTS} -l -f %H:%M:%S)" == "06:30:53" ]
|
||||
[ "$$(src/calcelestial ${TEST_OPTS} -l -f §A:§O)" == "47.473:8.306" ]
|
||||
[ "$$(src/calcelestial ${TEST_OPTS} -l -f %J)" == "2447970.730" ]
|
||||
[ "$$(src/calcelestial ${TEST_OPTS} -l -f %Z)" == "CET" ]
|
||||
[ "$$(src/calcelestial ${TEST_OPTS} -l -f §A:§O)" == "47.473:8.306" ]
|
||||
[ "$$(src/calcelestial ${TEST_OPTS} -l -f %J)" == "2447970.730" ]
|
||||
[ "$$(src/calcelestial ${TEST_OPTS} -l -f %Z)" == "CET" ]
|
||||
[ "$$(src/calcelestial ${TEST_OPTS} -z America/New_York -f %H:%M:%S)" == "00:30:53" ]
|
Loading…
Add table
Reference in a new issue