scyther/src/count_trampolines.sh

8 lines
130 B
Bash
Raw Normal View History

2018-10-19 19:35:56 +01:00
#!/bin/sh
make clean ; make 2>&1 |grep "warning: trampoline" > trampolines.out
cat trampolines.out
echo
wc -l trampolines.out