2019-08-09 23:31:24 +08:00
|
|
|
/* This is part of the netCDF package. Copyright 2005-2019 University
|
|
|
|
Corporation for Atmospheric Research/Unidata. See COPYRIGHT file
|
|
|
|
for conditions of use.
|
|
|
|
|
|
|
|
Test list functions in nclistmgr.c.
|
|
|
|
|
|
|
|
Ed Hartnett, 8/10/19
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "config.h"
|
|
|
|
#include <nc_tests.h>
|
2019-08-09 23:38:40 +08:00
|
|
|
#include "nc.h"
|
2019-08-09 23:31:24 +08:00
|
|
|
#include "err_macros.h"
|
|
|
|
|
|
|
|
int
|
|
|
|
main(int argc, char **argv)
|
|
|
|
{
|
|
|
|
printf("\n*** Testing netcdf internal NC list functions.\n");
|
|
|
|
{
|
|
|
|
|
|
|
|
printf("Testing NC list functions...");
|
|
|
|
{
|
|
|
|
}
|
|
|
|
SUMMARIZE_ERR;
|
|
|
|
}
|
|
|
|
FINAL_RESULTS;
|
|
|
|
}
|