summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorgriffin <briang42@easystreet.net>2022-10-25 01:13:45 (GMT)
committergriffin <briang42@easystreet.net>2022-10-25 01:13:45 (GMT)
commit6d3452eeac482d86c96b2bb357130a6f5ac9eb09 (patch)
treee71fdfd4f11264dacd3f4a802ec550d936bf5799 /win/makefile.vc
parente38c5076fee189e91ac4eef095593595f9a8ccca (diff)
downloadtcl-6d3452eeac482d86c96b2bb357130a6f5ac9eb09.zip
tcl-6d3452eeac482d86c96b2bb357130a6f5ac9eb09.tar.gz
tcl-6d3452eeac482d86c96b2bb357130a6f5ac9eb09.tar.bz2
Add AbstractList regression test (exercise the C API)
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc4
1 files changed, 4 insertions, 0 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 6232458..92eafd1 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -227,6 +227,7 @@ TCLTESTOBJS = \
$(TMP_DIR)\tclTestProcBodyObj.obj \
$(TMP_DIR)\tclThreadTest.obj \
$(TMP_DIR)\tclWinTest.obj \
+ $(TMP_DIR)\tclTestABSList.obj \
!if !$(STATIC_BUILD)
$(OUT_DIR)\tommath.lib \
!endif
@@ -828,6 +829,9 @@ $(TMP_DIR)\tclTest.obj: $(GENERICDIR)\tclTest.c $(TMP_DIR)\tclUuid.h
$(TMP_DIR)\tclTestObj.obj: $(GENERICDIR)\tclTestObj.c
$(cc32) $(appcflags) -Fo$@ $?
+$(TMP_DIR)\tclTestABSList.obj: $(GENERICDIR)\tclTestABSList.c
+ $(cc32) $(appcflags) -Fo$@ $?
+
$(TMP_DIR)\tclWinTest.obj: $(WIN_DIR)\tclWinTest.c
$(CCAPPCMD) $?