diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-11-29 14:44:34 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-11-29 14:44:34 +0100 |
commit | d53e420dc7c2d52f4c605eb583d0bf5da9b56e08 (patch) | |
tree | 8dd5845df9f1597680adfbcf818e4051d5f45e0f /mbw.c | |
parent | ba86214422d10a6ad42685f2128510b5f3055c41 (diff) |
also run read/write tests when no others are requestedmaster
Diffstat (limited to 'mbw.c')
-rw-r--r-- | mbw.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -651,6 +651,8 @@ int main(int argc, char **argv) tests[0]=1; tests[1]=1; tests[2]=1; + tests[4]=1; + tests[5]=1; } if( nr_loops==0 && ((tests[0]+tests[1]+tests[2]+tests[3]+tests[4]+tests[5]) != 1) ) { |