aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/fuzzers/README.TXT2
-rwxr-xr-xtest/fuzzers/build_seed_corpus.sh2
-rw-r--r--test/gie/Makefile.am2
-rw-r--r--test/gie/more_builtins.gie2
-rw-r--r--test/gigs/Makefile.am2
5 files changed, 5 insertions, 5 deletions
diff --git a/test/fuzzers/README.TXT b/test/fuzzers/README.TXT
index a5f8f3ea..812633f0 100644
--- a/test/fuzzers/README.TXT
+++ b/test/fuzzers/README.TXT
@@ -13,7 +13,7 @@ https://bugs.chromium.org/p/oss-fuzz/issues/list?q=proj4
$ g++ -g -std=c++11 standard_fuzzer.cpp -o standard_fuzzer -DSTANDALONE ../../src/.libs/libproj.a -lpthread -I../../src
Run it:
- $ PROJ_LIB=../../nad ./standard_fuzzer {file_generated_by_oss_fuzz}
+ $ PROJ_LIB=../../data ./standard_fuzzer {file_generated_by_oss_fuzz}
- Run locally OSS Fuzz:
$ git clone https://github.com/google/oss-fuzz.git
diff --git a/test/fuzzers/build_seed_corpus.sh b/test/fuzzers/build_seed_corpus.sh
index d85465d3..cdd3cfc3 100755
--- a/test/fuzzers/build_seed_corpus.sh
+++ b/test/fuzzers/build_seed_corpus.sh
@@ -9,4 +9,4 @@ fi
SRC_DIR=$(dirname $0)/../..
-cp -r $SRC_DIR/nad/* $OUT
+cp -r $SRC_DIR/data/* $OUT
diff --git a/test/gie/Makefile.am b/test/gie/Makefile.am
index 102f5a12..7dc32eba 100644
--- a/test/gie/Makefile.am
+++ b/test/gie/Makefile.am
@@ -11,7 +11,7 @@ EXTRA_DIST = 4D-API_cs2cs-style.gie \
unitconvert.gie \
DHDN_ETRS89.gie
-PROJ_LIB ?= $(top_srcdir)/nad
+PROJ_LIB ?= $(top_srcdir)/data
4D-API-cs2cs-style: 4D-API_cs2cs-style.gie
PROJ_LIB=$(PROJ_LIB) $(GIEEXE) $<
diff --git a/test/gie/more_builtins.gie b/test/gie/more_builtins.gie
index fd1ff10f..96212cba 100644
--- a/test/gie/more_builtins.gie
+++ b/test/gie/more_builtins.gie
@@ -11,7 +11,7 @@ intends to exercise corner cases.
<gie>
-------------------------------------------------------------------------------
-Two ob_tran tests from nad/testvarious
+Two ob_tran tests from data/testvarious
-------------------------------------------------------------------------------
operation +proj=ob_tran +o_proj=moll +R=6378137.0 +o_lon_p=0 +o_lat_p=0 +lon_0=180
-------------------------------------------------------------------------------
diff --git a/test/gigs/Makefile.am b/test/gigs/Makefile.am
index 25f7d141..f53825bd 100644
--- a/test/gigs/Makefile.am
+++ b/test/gigs/Makefile.am
@@ -20,7 +20,7 @@ EXTRA_DIST = \
5201.gie \
5208.gie
-PROJ_LIB ?= $(top_srcdir)/nad
+PROJ_LIB ?= $(top_srcdir)/data
5101.1: 5101.1-jhs.gie
PROJ_LIB=$(PROJ_LIB) $(GIEEXE) $<