diff --git a/snapPkg.sh b/snapPkg.sh index 3283c7d1..216d0d4e 100644 --- a/snapPkg.sh +++ b/snapPkg.sh @@ -1,4 +1,4 @@ -VERSION=1.5.0 +VERSION=2.0.0 VERSION_=`echo -n $VERSION | tr '.' '_'` PLATFORM=bionic #svn copy https://svn.met.no/snap/trunk \ diff --git a/src/test/Makefile b/src/test/Makefile index 6cdb5c29..2636e827 100644 --- a/src/test/Makefile +++ b/src/test/Makefile @@ -10,6 +10,8 @@ include ../common/snap.mk all: +install: + test: find_parameters_fi_test bsnap_naccident ./find_parameters_fi_test https://thredds.met.no/thredds/dodsC/metusers/heikok/snap_testdata/meteo20200415_00_ringhals.nc u_wind && \ ./find_parameters_fi_test https://thredds.met.no/thredds/dodsC/metusers/heikok/snap_testdata/meps_det_2_5km_20200316T00Z_ringhals.nc x_wind_ml && \ @@ -40,4 +42,4 @@ testDateCalc.o: testDateCalc.f90 ${F77} -c ${F77FLAGS} $(INCLUDES) $< -.PHONY: clean distclean test +.PHONY: clean distclean test install