diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2007-04-06 23:55:29 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2007-04-06 23:55:29 (GMT) |
commit | 12049809aa1be62bf53149900d1949add9537e11 (patch) | |
tree | 3e2783fe8c59c48298a2a06b3bd157d1d71d5d2e | |
parent | b5ce2817039c9bc7533895b4b74f00724c89d6bc (diff) | |
download | hdf5-12049809aa1be62bf53149900d1949add9537e11.zip hdf5-12049809aa1be62bf53149900d1949add9537e11.tar.gz hdf5-12049809aa1be62bf53149900d1949add9537e11.tar.bz2 |
[svn-r13608] Purpose:
new feature.
Description:
Added test scripts for testing the compiler commands.
Tested:
kagiso(serial & pp)
-rwxr-xr-x | c++/configure | 3 | ||||
-rw-r--r-- | c++/configure.in | 1 | ||||
-rw-r--r-- | c++/examples/Makefile.in | 3 | ||||
-rwxr-xr-x | configure | 5 | ||||
-rw-r--r-- | configure.in | 1 | ||||
-rw-r--r-- | examples/Makefile.in | 1 | ||||
-rwxr-xr-x | fortran/configure | 3 | ||||
-rw-r--r-- | fortran/configure.in | 1 | ||||
-rw-r--r-- | fortran/examples/Makefile.in | 1 |
9 files changed, 13 insertions, 6 deletions
diff --git a/c++/configure b/c++/configure index 2c0bb6a..f718936 100755 --- a/c++/configure +++ b/c++/configure @@ -11900,7 +11900,7 @@ rm -f conftest conftest.o conftest.c core core.* *.core dummy.o saved_no_create=$no_create no_create=yes -ac_config_files="$ac_config_files config/depend1 config/depend2 config/depend3 config/depend4 config/dependN config/commence config/conclude Makefile src/Makefile src/h5c++ test/Makefile examples/Makefile" +ac_config_files="$ac_config_files config/depend1 config/depend2 config/depend3 config/depend4 config/dependN config/commence config/conclude Makefile src/Makefile src/h5c++ test/Makefile examples/testh5c++.sh examples/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -12468,6 +12468,7 @@ do "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "src/h5c++") CONFIG_FILES="$CONFIG_FILES src/h5c++" ;; "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; + "examples/testh5c++.sh") CONFIG_FILES="$CONFIG_FILES examples/testh5c++.sh" ;; "examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 diff --git a/c++/configure.in b/c++/configure.in index f467cbb..ed68925 100644 --- a/c++/configure.in +++ b/c++/configure.in @@ -827,6 +827,7 @@ AC_CONFIG_FILES([config/depend1 src/Makefile src/h5c++ test/Makefile + examples/testh5c++.sh examples/Makefile]) AC_OUTPUT no_create=$saved_no_create diff --git a/c++/examples/Makefile.in b/c++/examples/Makefile.in index 8a034d0..75aaf4d 100644 --- a/c++/examples/Makefile.in +++ b/c++/examples/Makefile.in @@ -42,8 +42,7 @@ EXAMPLE_PROGS=$(TEST_SRC) ## These are the programs that `make all' or `make tests' will build and which ## `make check' will run. List them in the order they should be run. TEST_PROGS=$(TEST_SRC:.cpp=) - -##TEST_SCRIPTS=$(srcdir)/testexamples.sh +TEST_SCRIPTS=testh5c++.sh ## These are the files that `make clean' (and derivatives) will remove from ## this directory. @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Id: configure.in 13592 2007-04-05 19:47:16Z slu . +# From configure.in Id: configure.in 13603 2007-04-06 19:38:29Z mcgreevy . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.60 for HDF5 1.6.6-snap20. # @@ -42895,7 +42895,7 @@ if test "X$HDF5_HL" = "Xyes"; then hl/tools/gif2h5/Makefile" fi -ac_config_files="$ac_config_files src/libhdf5.settings config/depend1 config/depend2 config/depend3 config/depend4 config/dependN config/commence config/conclude Makefile src/Makefile test/Makefile $PARALLEL_MAKE perform/Makefile tools/Makefile tools/h5dump/Makefile tools/h5dump/testh5dump.sh tools/h5import/Makefile tools/h5diff/Makefile tools/h5jam/Makefile tools/h5jam/testh5jam.sh tools/h5repack/Makefile tools/h5repack/h5repack.sh tools/h5ls/Makefile tools/lib/Makefile tools/misc/Makefile tools/misc/h5cc examples/Makefile doc/Makefile doc/html/Makefile doc/html/ed_libs/Makefile doc/html/ed_styles/Makefile doc/html/ADGuide/Makefile doc/html/Graphics/Makefile doc/html/Intro/Makefile doc/html/PSandPDF/Makefile doc/html/TechNotes/Makefile doc/html/Tutor/Makefile doc/html/Tutor/Graphics/Makefile doc/html/Tutor/examples/Makefile doc/html/cpplus/Makefile doc/html/cpplus_RM/Makefile doc/html/cpplus_RM/header_files/Makefile doc/html/fortran/Makefile $HL_FILES" +ac_config_files="$ac_config_files src/libhdf5.settings config/depend1 config/depend2 config/depend3 config/depend4 config/dependN config/commence config/conclude Makefile src/Makefile test/Makefile $PARALLEL_MAKE perform/Makefile tools/Makefile tools/h5dump/Makefile tools/h5dump/testh5dump.sh tools/h5import/Makefile tools/h5diff/Makefile tools/h5jam/Makefile tools/h5jam/testh5jam.sh tools/h5repack/Makefile tools/h5repack/h5repack.sh tools/h5ls/Makefile tools/lib/Makefile tools/misc/Makefile tools/misc/h5cc examples/Makefile examples/testh5cc.sh doc/Makefile doc/html/Makefile doc/html/ed_libs/Makefile doc/html/ed_styles/Makefile doc/html/ADGuide/Makefile doc/html/Graphics/Makefile doc/html/Intro/Makefile doc/html/PSandPDF/Makefile doc/html/TechNotes/Makefile doc/html/Tutor/Makefile doc/html/Tutor/Graphics/Makefile doc/html/Tutor/examples/Makefile doc/html/cpplus/Makefile doc/html/cpplus_RM/Makefile doc/html/cpplus_RM/header_files/Makefile doc/html/fortran/Makefile $HL_FILES" cat >confcache <<\_ACEOF @@ -43476,6 +43476,7 @@ do "tools/misc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/misc/Makefile" ;; "tools/misc/h5cc") CONFIG_FILES="$CONFIG_FILES tools/misc/h5cc" ;; "examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;; + "examples/testh5cc.sh") CONFIG_FILES="$CONFIG_FILES examples/testh5cc.sh" ;; "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; "doc/html/Makefile") CONFIG_FILES="$CONFIG_FILES doc/html/Makefile" ;; "doc/html/ed_libs/Makefile") CONFIG_FILES="$CONFIG_FILES doc/html/ed_libs/Makefile" ;; diff --git a/configure.in b/configure.in index e69f89d..21330c9 100644 --- a/configure.in +++ b/configure.in @@ -2478,6 +2478,7 @@ AC_CONFIG_FILES([src/libhdf5.settings tools/misc/Makefile tools/misc/h5cc examples/Makefile + examples/testh5cc.sh doc/Makefile doc/html/Makefile doc/html/ed_libs/Makefile diff --git a/examples/Makefile.in b/examples/Makefile.in index 66cf5e9..d8c53f2 100644 --- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -30,6 +30,7 @@ CFLAGS= TEST_PROGS_PARA=ph5example TEST_PROGS=h5_write h5_read h5_extend_write h5_chunk_read h5_compound \ h5_group h5_select h5_attribute h5_mount h5_reference h5_drivers +TEST_SCRIPTS=testh5cc.sh ## These are the files that `make clean' (and derivatives) will remove from ## this directory. diff --git a/fortran/configure b/fortran/configure index b964275..8571666 100755 --- a/fortran/configure +++ b/fortran/configure @@ -13213,7 +13213,7 @@ fi saved_no_create=$no_create no_create=yes -ac_config_files="$ac_config_files config/depend1 config/depend2 config/depend3 config/depend4 config/dependN config/commence config/conclude Makefile src/h5fc src/H5fortran_types.f90 src/libhdf5_fortran.settings src/Makefile test/Makefile $PARALLEL_MAKE examples/Makefile" +ac_config_files="$ac_config_files config/depend1 config/depend2 config/depend3 config/depend4 config/dependN config/commence config/conclude Makefile src/h5fc src/H5fortran_types.f90 src/libhdf5_fortran.settings src/Makefile test/Makefile $PARALLEL_MAKE examples/testh5fc.sh examples/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -13780,6 +13780,7 @@ do "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; "$PARALLEL_MAKE") CONFIG_FILES="$CONFIG_FILES $PARALLEL_MAKE" ;; + "examples/testh5fc.sh") CONFIG_FILES="$CONFIG_FILES examples/testh5fc.sh" ;; "examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 diff --git a/fortran/configure.in b/fortran/configure.in index 37af7af..d34259c 100644 --- a/fortran/configure.in +++ b/fortran/configure.in @@ -1284,6 +1284,7 @@ AC_CONFIG_FILES([config/depend1 src/Makefile test/Makefile $PARALLEL_MAKE + examples/testh5fc.sh examples/Makefile]) AC_OUTPUT no_create=$saved_no_create diff --git a/fortran/examples/Makefile.in b/fortran/examples/Makefile.in index 6fccc9c..8aff6ec 100644 --- a/fortran/examples/Makefile.in +++ b/fortran/examples/Makefile.in @@ -31,6 +31,7 @@ FC_PP=$(bindir)/h5pfc TEST_PROGS=dsetexample fileexample rwdsetexample attrexample groupexample \ grpsexample grpdsetexample hyperslab selectele grpit refobjexample \ refregexample mountexample compound +TEST_SCRIPTS=testh5fc.sh ## These are the files that `make clean' (and derivatives) will remove from ## this directory. |