From 1b7e9475a8aeb5d5efeb220cb4aa50074737e660 Mon Sep 17 00:00:00 2001 From: Gabriel Gerlero Date: Tue, 8 Mar 2022 14:24:59 -0300 Subject: [PATCH] Add foamyHexMesh test --- test.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test.sh b/test.sh index 53257c9..1fe0d4a 100755 --- a/test.sh +++ b/test.sh @@ -31,3 +31,9 @@ cd backwardFacingStep2D $BASH -e ./Allrun ! grep 'FOAM Warning' log.simpleFoam cd .. + +rm -rf blob +cp -r "$FOAM_TUTORIALS/mesh/foamyHexMesh/blob" blob +cd blob +$BASH -e ./Allrun +cd ..