From bbebfa230e1b8e53a2fca0db57f25fa644411d1d Mon Sep 17 00:00:00 2001 From: Chris Piker Date: Mon, 23 Oct 2023 00:32:05 -0500 Subject: [PATCH] Added virtual variable tests for Windows --- buildfiles/Windows.mak | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/buildfiles/Windows.mak b/buildfiles/Windows.mak index 79d14fd..1dc7ad4 100644 --- a/buildfiles/Windows.mak +++ b/buildfiles/Windows.mak @@ -65,7 +65,8 @@ UTIL_PROGS=$(BD)\das1_inctime.exe $(BD)\das2_prtime.exe $(BD)\das1_fxtime.exe \ TEST_PROGS=$(BD)\TestUnits.exe $(BD)\TestArray.exe $(BD)\LoadStream.exe \ $(BD)\TestBuilder.exe $(BD)\TestAuth.exe $(BD)\TestCatalog.exe $(BD)\TestTT2000.exe \ - + $(BD)\TestVariable.exe + # Add in cspice error handling functions if SPICE = yes !if defined(SPICE) ! if ! defined(CSPICE_INC) @@ -95,7 +96,9 @@ progs: $(TEST_PROGS) $(UTIL_PROGS) run_test: $(BD)\TestUnits.exe + $(BD)\TestTT2000.exe $(BD)\TestArray.exe + $(BD)\TestVariable.exe $(BD)\TestCatalog.exe $(BD)\TestBuilder.exe $(BD)\LoadStream.exe