Skip to content
Snippets Groups Projects
Commit 43c981b8 authored by Nguyen Anh Quynh's avatar Nguyen Anh Quynh
Browse files

c-regress: add run-all.sh

parent 1040a8b5
No related branches found
No related tags found
No related merge requests found
!Makefile
!*.c
*
crash-*
#!/bin/sh
for i in `find . -type f`; do [ -x $i ] && echo "Run $i" && $i; done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment