From c88f11b9d57d742d110ad015f9f500ce48bc7254 Mon Sep 17 00:00:00 2001 From: Keith Bennett Date: Fri, 6 Sep 2024 13:08:45 +0100 Subject: [PATCH] Update test script to use new sdfutils build.sh --- scripts/run-tests-epoch-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-tests-epoch-all.sh b/scripts/run-tests-epoch-all.sh index 01c619ac0..b9dd05a3d 100755 --- a/scripts/run-tests-epoch-all.sh +++ b/scripts/run-tests-epoch-all.sh @@ -52,7 +52,7 @@ fi # Build SDF/C and install python sdf reader (cd SDF/C; make) -SDF/utilities/build $FLG +SDF/utilities/build.sh $FLG # show system info scripts/system_info.sh