Changeset 8990 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 21, 2008 12:52:57 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/Makefile.kmk
r8760 r8990 43 43 endif 44 44 45 45 46 # 46 47 # We setup two 'other' targets for executing the two structure & alignment … … 49 50 ifeq ($(KBUILD_TARGET),$(KBUILD_HOST)) 50 51 ifeq ($(filter-out x86.x86 amd64.amd64 x86.amd64, $(KBUILD_TARGET_ARCH).$(KBUILD_HOST_ARCH)),) 51 OTHERS 52 OTHERS += \ 52 53 $(PATH_TARGET)/tstAsmStructs.run \ 53 54 $(PATH_TARGET)/tstVMStructSize.run 54 55 endif 55 56 endif 56 OTHER_CLEAN += \ 57 58 # The normal testing pass. 59 TESTING += \ 60 $(PATH_TARGET)/tstAsmStructs.run \ 61 $(PATH_TARGET)/tstVMStructSize.run 62 63 OTHER_CLEAN += \ 57 64 $(PATH_TARGET)/tstAsmStructs.run \ 58 65 $(PATH_TARGET)/tstVMStructSize.run \
Note:
See TracChangeset
for help on using the changeset viewer.