From 2dcdf3bd8aa296686af5cb8fa3cc7b169bf7114f Mon Sep 17 00:00:00 2001 From: Don Cross Date: Wed, 20 May 2020 11:20:49 -0400 Subject: [PATCH] Updated Windows build to test global solar eclipse prediction. --- generate/run.bat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/generate/run.bat b/generate/run.bat index af0d0840..c1662869 100644 --- a/generate/run.bat +++ b/generate/run.bat @@ -290,6 +290,9 @@ if errorlevel 1 (exit /b 1) !CTESTEXE! lunar_eclipse if errorlevel 1 (exit /b 1) +!CTESTEXE! global_solar_eclipse +if errorlevel 1 (exit /b 1) + !CTESTEXE! elongation if errorlevel 1 (exit /b 1)