diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-11-11 10:04:33 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-11-11 10:04:33 -0800 |
commit | 3634b45c63e420910c77a631352ab257b8a6039f (patch) | |
tree | e43051c8b9b6339cddb57a7d8dd6929fbeedb56a /src/relooper/updateit.sh | |
parent | 795bcc6e76e59824d725acea1e9c2e1c553a6658 (diff) |
add relooper sources
Diffstat (limited to 'src/relooper/updateit.sh')
-rwxr-xr-x | src/relooper/updateit.sh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/relooper/updateit.sh b/src/relooper/updateit.sh new file mode 100755 index 00000000..91ccd3ab --- /dev/null +++ b/src/relooper/updateit.sh @@ -0,0 +1,16 @@ +./test &> test.txt +./test2 &> test2.txt +./test3 &> test3.txt +./test_debug &> test_debug.txt +./test_dead &> test_dead.txt +./test4 &> test4.txt +./test5 &> test5.txt +./test6 &> test6.txt +./test_inf &> test_inf.txt +./test_fuzz1 &> test_fuzz1.txt +./test_fuzz2 &> test_fuzz2.txt +./test_fuzz3 &> test_fuzz3.txt +./test_fuzz4 &> test_fuzz4.txt +./test_fuzz5 &> test_fuzz5.txt +./test_fuzz6 &> test_fuzz6.txt + |