aboutsummaryrefslogtreecommitdiff
path: root/tests/test_usage.sh
blob: 2a257d97e41e5bd94b9d58624b73d873f5f1efe0 (plain) (blame)
1
2
3
4
5
6
7
8
9
test_splitfits_usage_longopt() {
    ${test_program} --help
    return $?
}

test_splitfits_usage_shortopt() {
    ${test_program} -h
    return $?
}