From 0361c3e0329307dbcb0fa6c47d63d2f9642674c2 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Wed, 5 Apr 2017 13:17:16 +0100 Subject: [PATCH] Testing: rename tests/ccsds_perf.c --- .gitignore | 2 +- tests/Makefile.am | 4 ++-- tests/{ccsds_perf.c => grib_ccsds_perf.c} | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename tests/{ccsds_perf.c => grib_ccsds_perf.c} (99%) diff --git a/.gitignore b/.gitignore index 99a9b7768..f183bceb0 100644 --- a/.gitignore +++ b/.gitignore @@ -228,7 +228,7 @@ tests/read_any tests/read_index tests/so_perf tests/unit_tests -tests/ccsds_perf +tests/grib_ccsds_perf tests/grib_util_set_spec tigge/.libs/ tigge/tigge_accumulations diff --git a/tests/Makefile.am b/tests/Makefile.am index da2ba1c23..029e77b48 100755 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -73,7 +73,7 @@ download_data: noinst_PROGRAMS = packing_check gauss_sub read_any grib_double_cmp packing pack_unpack \ multi_from_message julian read_index index gribex_perf\ - jpeg_perf ccsds_perf so_perf png_perf bpv_limit laplacian \ + jpeg_perf grib_ccsds_perf so_perf png_perf bpv_limit laplacian \ unit_tests grib_util_set_spec multi_from_message_SOURCES = multi_from_message.c @@ -90,7 +90,7 @@ read_index_SOURCES = read_index.c jpeg_perf_SOURCES = jpeg_perf.c so_perf_SOURCES = so_perf.c png_perf_SOURCES = png_perf.c -ccsds_perf_SOURCES = ccsds_perf.c +grib_ccsds_perf_SOURCES = grib_ccsds_perf.c gribex_perf_SOURCES = gribex_perf.c gauss_sub_SOURCES = gauss_sub.c grib_util_set_spec_SOURCES = grib_util_set_spec.c diff --git a/tests/ccsds_perf.c b/tests/grib_ccsds_perf.c similarity index 99% rename from tests/ccsds_perf.c rename to tests/grib_ccsds_perf.c index 34cdbfd52..171a03163 100644 --- a/tests/ccsds_perf.c +++ b/tests/grib_ccsds_perf.c @@ -48,7 +48,7 @@ int main(int argc, char* argv[]) { FILE* fout=NULL; char* finname; char* ofilename; - char defofilename[]="ccsds_perf.out"; + char defofilename[]="grib_ccsds_perf.out"; double *values=NULL; int append=0; size_t nvalues=0;