1# Copyright: 2016 Masatake YAMATO 2# License: GPL-2 3 4CTAGS=$1 5 6. ../utils.sh 7 8 9if is_feature_available "${CTAGS}" json; then 10 ${CTAGS} --quiet --options=NONE -o - \ 11 --output-format=json \ 12 --language-force=CTagsSelfTest input.ctst 13fi 14