Merge branch 'ps/pack-refs-auto' into jt/reftable-geometric-compaction
[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