4 # Copyright (C) 2012 Toni Gundogdu <legatvs@gmail.com>
6 # This file is part of libquvi <http://quvi.sourceforge.net/>.
8 # This program is free software: you can redistribute it and/or
9 # modify it under the terms of the GNU Affero General Public
10 # License as published by the Free Software Foundation, either
11 # version 3 of the License, or (at your option) any later version.
13 # This program is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU Affero General Public License for more details.
18 # You should have received a copy of the GNU Affero General
19 # Public License along with this program. If not, see
20 # <http://www.gnu.org/licenses/>.
33 echo "$O" |
sed 's/,$//'
39 T
=`find $dir -maxdepth 1 -name '*.c' -type f -exec sh -c '
41 sed -n <"$f" "s/^static void \(test_.*\)()/\1/p"
48 echo "Usage: $0 [OPTIONS]
49 -h Show this help and exit
50 -c Use comma to separate test names"
67 # vim: set ts=2 sw=2 tw=72 expandtab: