VirtualBox

Changeset 100944 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Aug 22, 2023 4:49:17 PM (17 months ago)
Author:
vboxsync
Message:

ValKit: Added ntDisplay.exe utility, it will contain various tests for Virtual Display device

Location:
trunk/src/VBox/ValidationKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/Makefile.kmk

    r99040 r100944  
    279279 VBOX_VALIDATIONKIT_FILESPEC += \
    280280        $(VBOX_PATH_VALIDATIONKIT.win.x86)/ntSetFreq.exe \
    281         $(VBOX_PATH_VALIDATIONKIT.win.x86)/ntTimeSources.exe
     281        $(VBOX_PATH_VALIDATIONKIT.win.x86)/ntTimeSources.exe \
     282        $(VBOX_PATH_VALIDATIONKIT.win.x86)/ntDisplay.exe
    282283 # Disabled for now; does not work without WinMM.dll export verification files.
    283284 #ifdef VBOX_WITH_AUDIO_VALIDATIONKIT
     
    289290 VBOX_VALIDATIONKIT_FILESPEC += \
    290291        $(VBOX_PATH_VALIDATIONKIT.win.amd64)/ntSetFreq.exe \
    291         $(VBOX_PATH_VALIDATIONKIT.win.amd64)/ntTimeSources.exe
     292        $(VBOX_PATH_VALIDATIONKIT.win.amd64)/ntTimeSources.exe \
     293        $(VBOX_PATH_VALIDATIONKIT.win.amd64)/ntDisplay.exe
    292294 # Disabled for now; does not work without WinMM.dll export verification files.
    293295 #ifdef VBOX_WITH_AUDIO_VALIDATIONKIT
  • trunk/src/VBox/ValidationKit/utils/nt/Makefile.kmk

    r98103 r100944  
    6060ntFlushVirtualMemory_SOURCES  = ntFlushVirtualMemory.cpp
    6161
     62#
     63# Test Display device and 3D rendering.
     64#
     65PROGRAMS.win += ntDisplay
     66ntDisplay_TEMPLATE = VBoxValidationKitR3
     67ntDisplay_SOURCES  = ntDisplay.cpp
     68ntDisplay_VBOX_IMPORT_CHECKER.win.x86 = nt4
     69
    6270include $(FILE_KBUILD_SUB_FOOTER)
    6371
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette