configure.ac

- prog "H5BlockTestAttributes" added to "TTARGET"
This commit is contained in:
2006-09-20 01:38:44 +00:00
parent 1dba6fb877
commit 1440cd28a7
+2
View File
@@ -332,6 +332,7 @@ if test "X$USE_PARALLEL" = "Xyes"; then
MTARGET="libpH5Part.a"
TTARGET="H5PartTestP H5PartAndreasTest Bench"
TTARGET="${TTARGET} H5BlockTestAttributes"
TTARGET="${TTARGET} H5BlockParTestScalarField"
TTARGET="${TTARGET} H5BlockDissolveGhosts"
@@ -365,6 +366,7 @@ else
MTARGET="libH5Part.a"
TTARGET="H5PartTest H5test H5BlockDissolveGhosts"
TTARGET="${TTARGET} H5BlockTestAttributes"
if test "X$USE_FORTRAN" = "Xyes"; then
echo "PARALLEL NOT ENABLED WITH FORTRAN ENABLED"