Jonathan Tan | ddd3e31 | 2017-12-07 16:14:24 -0800 | [diff] [blame] | 1 | #!/bin/sh |
2 | |||||
3 | test_description='check that example code compiles and runs' | ||||
4 | . ./test-lib.sh | ||||
5 | |||||
6 | test_expect_success 'decorate' ' | ||||
Nguyễn Thái Ngọc Duy | dbceb3e | 2018-03-24 08:44:41 +0100 | [diff] [blame] | 7 | test-tool example-decorate |
Jonathan Tan | ddd3e31 | 2017-12-07 16:14:24 -0800 | [diff] [blame] | 8 | ' |
9 | |||||
10 | test_done |