1# Copyright: 2017 Masatake YAMATO 2# License: GPL-2 3 4CTAGS=$1 5 6${CTAGS} --quiet --options=NONE \ 7 --langdef=TEST'{base=C}' \ 8 --kinddef-TEST=t,test,tests \ 9 --regex-TEST=@./list.regex \ 10 -o - \ 11 input.c 12