From d53e420dc7c2d52f4c605eb583d0bf5da9b56e08 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 29 Nov 2024 14:44:34 +0100 Subject: also run read/write tests when no others are requested --- mbw.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mbw.c b/mbw.c index eee0b03..5539608 100644 --- a/mbw.c +++ b/mbw.c @@ -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) ) { -- cgit v1.2.3