VirtualBox

Changeset 46800 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jun 26, 2013 12:44:25 PM (11 years ago)
Author:
vboxsync
Message:

Devices/Input/UsbMouse: only build the unit test if test cases are requested.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Input/testcase/Makefile.kmk

    r46799 r46800  
    1919include $(KBUILD_PATH)/subheader.kmk
    2020
    21 PROGRAMS += tstUsbMouse
     21if defined(VBOX_WITH_TESTCASES) && !defined(VBOX_ONLY_ADDITIONS) && !defined(VBOX_ONLY_SDK)
     22 PROGRAMS += tstUsbMouse
     23endif
    2224tstUsbMouse_TEMPLATE = VBOXR3TSTEXE
    2325tstUsbMouse_DEFS     = VBOX_WITH_VUSB
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