summaryrefslogtreecommitdiffstats
path: root/examples/h5dsm_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/h5dsm_test.sh')
-rwxr-xr-xexamples/h5dsm_test.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/h5dsm_test.sh b/examples/h5dsm_test.sh
index 5b7eda6..c38e2ca 100755
--- a/examples/h5dsm_test.sh
+++ b/examples/h5dsm_test.sh
@@ -552,6 +552,14 @@ if test $? -ne 0; then
exit 1
fi
+# --------------- Variable Length types --------------- #
+echo h5dsm_tvlen
+orterun -np 1 $EXEC_ARGS ./h5dsm_tvlen $POOL_UUID -q
+if test $? -ne 0; then
+ echo FAILED
+ exit 1
+fi
+
# --------------- Output Comparison --------------- #
sed -i -e 's/#.*//' -e 's/[ ^I]*$//' -e '/^$/ d' h5dsm_test.out
echo cmp h5dsm_test.out h5dsm_test.out.exp