Changeset 102248 in vbox for trunk/src/libs/xpcom18a4
- Timestamp:
- Nov 22, 2023 11:09:21 AM (15 months ago)
- Location:
- trunk/src/libs/xpcom18a4
- Files:
-
- 22 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Makefile.kmk
r102247 r102248 133 133 tstTestStrings \ 134 134 tstPrimitiveTest 135 # tstnsIFileEnumerator136 # tstTestAtoms137 # tstTestServMgr138 # tstTestCallTemplates139 # tstTestPermanentAtoms140 # tstSimpleTypeLib141 # tstXptDump142 # tstXptLink143 135 endif # VBOX_WITH_TESTCASES 144 136 PROGRAMS += VBoxXPCOMIPCD … … 894 886 # testcases 895 887 # 896 tstnsIFileEnumerator_TEMPLATE = XPComTstExe897 tstnsIFileEnumerator_SOURCES = xpcom/tests/nsIFileEnumerator.cpp898 888 tstnsIFileTest_TEMPLATE = XPComTstExe 899 889 tstnsIFileTest_SOURCES = xpcom/tests/nsIFileTest.cpp … … 904 894 tstTestAutoLock_TEMPLATE = XPComTstExe 905 895 tstTestAutoLock_SOURCES = xpcom/tests/TestAutoLock.cpp 906 tstTestCallTemplates_TEMPLATE = XPComTstExe907 tstTestCallTemplates_SOURCES = xpcom/tests/TestCallTemplates.cpp908 896 tstTestCOMPtr_TEMPLATE = XPComTstExe 909 897 tstTestCOMPtr_SOURCES = xpcom/tests/TestCOMPtr.cpp … … 920 908 tstTestObserverService_TEMPLATE = XPComTstExe 921 909 tstTestObserverService_SOURCES = xpcom/tests/TestObserverService.cpp 922 tstTestPermanentAtoms_TEMPLATE = XPComTstExe923 tstTestPermanentAtoms_SOURCES = xpcom/tests/TestPermanentAtoms.cpp924 tstTestServMgr_TEMPLATE = XPComTstExe925 tstTestServMgr_SOURCES = xpcom/tests/TestServMgr.cpp926 tstTestServMgr_INCS = xpcom/tests/services927 910 tstTestXPIDLString_TEMPLATE = XPComTstExe 928 911 tstTestXPIDLString_SOURCES = xpcom/tests/TestXPIDLString.cpp … … 939 922 tstPrimitiveTest_TEMPLATE = XPComTstExe 940 923 tstPrimitiveTest_SOURCES = xpcom/typelib/xpt/tests/PrimitiveTest.c 941 tstSimpleTypeLib_TEMPLATE = XPComTstExe942 tstSimpleTypeLib_SOURCES = xpcom/typelib/xpt/tests/SimpleTypeLib.c943 tstXptDump_TEMPLATE = XPComTstExe944 tstXptDump_SOURCES = xpcom/typelib/xpt/tools/xpt_dump.c945 tstXptLink_TEMPLATE = XPComTstExe946 tstXptLink_SOURCES = xpcom/typelib/xpt/tools/xpt_link.c947 924 948 925
Note:
See TracChangeset
for help on using the changeset viewer.