added tst_h_scalar test

This commit is contained in:
Dennis Heimbigner 2013-07-10 21:19:05 +00:00
parent 7dce1d00f3
commit aa5e822273
5 changed files with 23 additions and 5 deletions

4
cf
View File

@ -16,8 +16,8 @@ DAP=1
#M32=1
#M64=1
INSTALL=1
PREFIX=/usr/local
#INSTALL=1
#PREFIX=/usr/local
if test "x$cmds" = x ; then
cmds=""

View File

@ -42,13 +42,13 @@ if USE_NETCDF4
check_PROGRAMS += tst_create_files tst_h_rdc0 tst_group_data \
tst_enum_data tst_opaque_data tst_string_data tst_vlen_data tst_comp \
tst_comp2 tst_nans tst_special_atts tst_unicode tst_fillbug tst_compress \
tst_chunking
tst_chunking tst_h_scalar
TESTS += tst_create_files tst_group_data tst_enum_data tst_opaque_data \
tst_string_data tst_vlen_data tst_comp tst_comp2 tst_nans \
tst_special_atts tst_netcdf4.sh tst_h_rdc0 tst_unicode tst_fillbug \
tst_fillbug.sh tst_netcdf4_4.sh tst_compress tst_nccopy4.sh \
tst_grp_spec.sh tst_mud.sh
tst_grp_spec.sh tst_mud.sh tst_h_scalar tst_h_scalar.sh
if EXTRA_TESTS
TESTS += run_back_comp_tests.sh

View File

@ -20,7 +20,7 @@ simple_xy.dmp small.dmp small2.dmp test0.dmp tst_ncml.dmp \
n3time.dmp ref_tst_special_atts3.dmp ref_tst_chardata.dmp ref_tst_unlim2.dmp \
ref_solar.dmp unlimtest1.dmp unlimtest2.dmp \
ref_tst_vlen_data.dmp ref_tst_vlen_data2.dmp \
ref_niltest.dmp
ref_niltest.dmp ref_tst_h_scalar.dmp
# These do not exist because they are not run as usual tests
# bigf1.dmp bigf2.dmp bigf3.dmp bigr1.dmp bigr2.dmp bigr3.dmp gfs1.dmp

View File

@ -2,6 +2,15 @@
verbose=1
set -e
# To add a new test,
# 1. put the .cdl file in the 'cdl4' directory
# 2. put the result of running ncgen then ncdump
# into the directory 'expected4' as .dmp
# 3. Modify the file tst_ncgen4_shared.sh to add
# the test to the end of the TESTS4 variable
# 4. Add the new files into cdl4/Makfile.am
# and expected4/Makefile.am
if test "x$builddir" = "x"; then builddir=`pwd`; fi
if test "x$srcdir" = "x"; then srcdir=`dirname $0`; fi

View File

@ -1,5 +1,14 @@
#!/bin/sh
# To add a new test,
# 1. put the .cdl file in the 'cdl4' directory
# 2. put the result of running ncgen then ncdump
# into the directory 'expected4' as .dmp
# 3. Modify the file tst_ncgen4_shared.sh to add
# the test to the end of the TESTS4 variable
# 4. Add the new files into cdl4/Makfile.am
# and expected4/Makefile.am
set -e
RESULTSDIR="./results"
#SHOWXFAILS=1