xref: /Universal-ctags/Tmain/tmain-skip-example.d/run.sh (revision 17d1dc4a857488fa602122a1bea4b5bbc09c5341)
1# Copyright: 2015 Masatake YAMATO
2# License: GPL-2
3
4. ../utils.sh
5
6if ${CTAGS} --quiet --options=NONE --list-features | grep -q afasdfasfasfsa; then
7    echo
8else
9    skip "example: no such feature"
10fi
11