VirtualBox

Changeset 43851 in vbox


Ignore:
Timestamp:
Nov 9, 2012 2:37:14 PM (12 years ago)
Author:
vboxsync
Message:

vditool / vbox-img: allow to build them even if the testcases are disabled

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r43736 r43851  
    555555# Build the testcases.
    556556VBOX_WITH_TESTCASES = 1
     557# Enable this to build vditool even if VBOX_WITH_TESTCASES is disabled
     558VBOX_WITH_VDITOOL =
     559# Enable this to build vbox-img even if VBOX_WITH_TESTCASES is disabled
     560VBOX_WITH_VBOX_IMG =
    557561# Enables the ffmpeg module for recording test runs.
    558562# TODO: Enable this for normal build server builds?
  • trunk/src/VBox/Storage/testcase/Makefile.kmk

    r41911 r43851  
    2323# probably will go away soon. Testcase only now.
    2424#
    25 ifdef VBOX_WITH_TESTCASES
     25if defined(VBOX_WITH_TESTCASES) || defined(VBOX_WITH_VDITOOL)
    2626 PROGRAMS += vditool
    2727  vditool_TEMPLATE = VBOXR3TSTEXE
     
    3434#
    3535ifdef VBOX_WITH_TESTCASES
    36  PROGRAMS += tstVD tstVD-2 tstVDCopy tstVDSnap tstVDShareable vbox-img
     36 PROGRAMS += tstVD tstVD-2 tstVDCopy tstVDSnap tstVDShareable
    3737
    3838 tstVD_TEMPLATE = VBOXR3TSTEXE
     
    7171 tstVDSnap_LIBS = $(LIB_DDU)
    7272 tstVDSnap_SOURCES  = tstVDSnap.cpp
     73endif
     74
     75if defined(VBOX_WITH_TESTCASES) || defined(VBOX_WITH_VBOX_IMG)
     76 PROGRAMS += vbox-img
    7377
    7478 #
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