• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

CMakeTests.cmakeH A D03-Mar-20201.1 KiB2923

Makefile.amH A D03-Mar-20201.5 KiB3817

Makefile.inH A D03-Mar-202041.4 KiB1,2231,034

READMEH A D03-Mar-20201.1 KiB3835

add.cH A D03-Mar-20205.6 KiB218180

add.hH A D03-Mar-20201.5 KiB6643

atttests.cH A D03-Mar-202048.1 KiB1,3781,142

cdftests.cH A D03-Mar-202022.3 KiB785614

dependH A D03-Mar-20208.3 KiB294293

dimtests.cH A D03-Mar-202013 KiB408325

driver.cH A D03-Mar-20202.6 KiB13476

emalloc.cH A D03-Mar-20201.2 KiB6450

emalloc.hH A D03-Mar-2020619 3119

error.cH A D03-Mar-20201.4 KiB7948

error.hH A D03-Mar-20201.3 KiB6037

misctest.cH A D03-Mar-20201.6 KiB6547

msoft.mkH A D03-Mar-20204.8 KiB197166

nctest.defH A D03-Mar-20201.7 KiB6351

nctest.makH A D03-Mar-202010.9 KiB371282

nctest.project.hqxH A D03-Mar-202041.1 KiB650648

rec.cH A D03-Mar-202016.1 KiB619469

slabs.cH A D03-Mar-202012.5 KiB464380

test_unlim.cdlH A D03-Mar-2020711 3228

testcdf.hH A D03-Mar-20201.7 KiB6842

tests.hH A D03-Mar-20202.8 KiB133123

val.cH A D03-Mar-20205.6 KiB252223

val.hH A D03-Mar-20201.1 KiB5233

vardef.cH A D03-Mar-20209.1 KiB307262

varget.cH A D03-Mar-20204.3 KiB148112

varget_unlim.cH A D03-Mar-20204.9 KiB179142

vargetg.cH A D03-Mar-20204.4 KiB155119

varput.cH A D03-Mar-20204.6 KiB154117

varputg.cH A D03-Mar-20204.5 KiB157120

vartests.cH A D03-Mar-202020.8 KiB674552

vputget.cH A D03-Mar-20204.4 KiB13695

vputgetg.cH A D03-Mar-20205.9 KiB181126

README

1This directory contains source code for nctest, an extensive test
2program for the entire netCDF library.  Before compiling the sources in
3this directory, you must have already made the netCDF library from the
4../src directory.
5
6For UNIX, just type "make".  Then, when "nctest" is successfully made,
7invoke it with "nctest".
8
9Output from the test program should look like the following:
10--- Testing nccreate ...
11--- Testing ncopen ...
12--- Testing ncredef ...
13--- Testing ncendef ...
14--- Testing ncclose ...
15--- Testing ncinquire ...
16--- Testing ncsync ...
17--- Testing ncabort ...
18--- Testing ncdimdef ...
19--- Testing ncdimid ...
20--- Testing ncdiminq ...
21--- Testing ncdimrename ...
22--- Testing ncvardef ...
23--- Testing ncvarid ...
24--- Testing ncvarinq ...
25--- Testing ncvarput1 ...
26--- Testing ncvarget1 ...
27--- Testing ncvarput ...
28--- Testing ncvarget ...
29--- Testing ncvarrename ...
30--- Testing ncattput ...
31--- Testing ncattinq ...
32--- Testing ncattget ...
33--- Testing ncattcopy ...
34--- Testing ncattname ...
35--- Testing ncattrename ...
36--- Testing ncattdel ...
37--- Testing nctypelen ...
38