Skip to content

Commit

Permalink
Added virtual variable tests for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiker committed Oct 23, 2023
1 parent 0d46420 commit bbebfa2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion buildfiles/Windows.mak
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bbebfa2

Please sign in to comment.