Added magnitude test to Windows run.bat.

This commit is contained in:
Don Cross
2019-04-29 22:36:37 -04:00
parent f3669a3190
commit b0dcd70e91

View File

@@ -142,5 +142,10 @@ node moon_phase_test.js
if errorlevel 1 (exit /b 1)
echo.
echo.SUCCESS.
echo.Running visual magnitude tests.
node mag_test.js
if errorlevel 1 (exit /b 1)
echo.
echo.ALL TESTS PASSED.
exit /b 0