]> git.ipfire.org Git - thirdparty/git.git/blob - t/t9004-example.sh
Sync with Git 2.45.1
[thirdparty/git.git] / t / t9004-example.sh
1 #!/bin/sh
2
3 test_description='check that example code compiles and runs'
4
5 TEST_PASSES_SANITIZE_LEAK=true
6 . ./test-lib.sh
7
8 test_expect_success 'decorate' '
9 test-tool example-decorate
10 '
11
12 test_done