mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
clean up
This commit is contained in:
parent
f91e246699
commit
c88253677a
@ -7,7 +7,7 @@
|
||||
SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose
|
||||
sh_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose
|
||||
LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose
|
||||
TESTS_ENVIRONMENT = export SETX=1;
|
||||
#TESTS_ENVIRONMENT = export SETX=1;
|
||||
|
||||
# Put together AM_CPPFLAGS and AM_LDFLAGS.
|
||||
include $(top_srcdir)/lib_flags.am
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
# This shell script runs the ncdump tests.
|
||||
# $Id: run_tests.sh,v 1.18 2010/05/19 13:43:39 ed Exp $
|
||||
# Ed Hartnett, Dennis Heimbigner
|
||||
|
||||
if test "x$srcdir" = x ; then srcdir=`pwd`; fi
|
||||
. ../test_common.sh
|
||||
|
Loading…
Reference in New Issue
Block a user