Searched refs:testname (Results 1 – 4 of 4) sorted by relevance
6 testname=$(basename -s .c "$i")7 gcc -o tests/$testname -pthread -lpthread $i liblockdep.a -Iinclude -D__USE_LIBLOCKDEP &> /dev/null8 echo -ne "$testname... "9 if [ $(timeout 1 ./tests/$testname | wc -l) -gt 0 ]; then14 rm tests/$testname18 testname=$(basename -s .c "$i")19 gcc -o tests/$testname -pthread -lpthread -Iinclude $i &> /dev/null20 echo -ne "(PRELOAD) $testname... "21 if [ $(timeout 1 ./lockdep ./tests/$testname | wc -l) -gt 0 ]; then26 rm tests/$testname
137 static inline void __init print_testname(const char *testname) in print_testname() argument139 printk("%12s:", testname); in print_testname()
232 local testname=`basename $1`233 local testlog=`mktemp $LOG_DIR/${testname}-log.XXXXXX`
1016 static inline void print_testname(const char *testname) in print_testname() argument1018 printk("%33s:", testname); in print_testname()