blob: 7e8894a4a70648fd12d3ab4425f1beac2c3e4641 [file] [log] [blame]
Jonathan Tanddd3e312017-12-07 16:14:24 -08001#!/bin/sh
2
3test_description='check that example code compiles and runs'
4. ./test-lib.sh
5
6test_expect_success 'decorate' '
Nguyễn Thái Ngọc Duydbceb3e2018-03-24 08:44:41 +01007 test-tool example-decorate
Jonathan Tanddd3e312017-12-07 16:14:24 -08008'
9
10test_done