Merge branch 'ps/do-not-trust-commit-graph-blindly-for-existence' into kn/rev-list...
[alt-git.git] / t / t9004-example.sh
blob590aab0304c679b6559df0e840ddce6dacc684af
1 #!/bin/sh
3 test_description='check that example code compiles and runs'
5 TEST_PASSES_SANITIZE_LEAK=true
6 . ./test-lib.sh
8 test_expect_success 'decorate' '
9 test-tool example-decorate
12 test_done