]> git.ipfire.org Git - thirdparty/git.git/blame - t/t9004-example.sh
The sixth batch
[thirdparty/git.git] / t / t9004-example.sh
CommitLineData
ddd3e312
JT
1#!/bin/sh
2
3test_description='check that example code compiles and runs'
77186824
JK
4
5TEST_PASSES_SANITIZE_LEAK=true
ddd3e312
JT
6. ./test-lib.sh
7
8test_expect_success 'decorate' '
dbceb3ec 9 test-tool example-decorate
ddd3e312
JT
10'
11
12test_done