Makefile.kmk revision cf22150eaeeb72431bf1cf65c309a431454fb22b
70N/A# $Id$
70N/A## @file
70N/A# VirtualBox Validation Kit - Storage Tests.
70N/A#
943N/A
70N/A#
70N/A# Copyright (C) 2012-2014 Oracle Corporation
919N/A#
919N/A# This file is part of VirtualBox Open Source Edition (OSE), as
919N/A# available from http://www.virtualbox.org. This file is free software;
919N/A# you can redistribute it and/or modify it under the terms of the GNU
919N/A# General Public License (GPL) as published by the Free Software
919N/A# Foundation, in version 2 as it comes in the "COPYING" file of the
919N/A# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
919N/A# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
919N/A#
919N/A# The contents of this file may alternatively be used under the terms
919N/A# of the Common Development and Distribution License Version 1.0
919N/A# (CDDL) only, as it comes in the "COPYING.CDDL" file of the
919N/A# VirtualBox OSE distribution, in which case the provisions of the
919N/A# CDDL are applicable instead of those of the GPL.
919N/A#
919N/A# You may elect to license modified versions of this file under the
919N/A# terms and conditions of either the GPL or the CDDL or both.
70N/A#
70N/A
70N/ASUB_DEPTH = ../../../../..
70N/Ainclude $(KBUILD_PATH)/subheader.kmk
493N/A
70N/A
70N/AINSTALLS += ValidationKitTestsStorage
851N/AValidationKitTestsStorage_TEMPLATE = VBoxValidationKitR3
70N/AValidationKitTestsStorage_INST = $(INST_VALIDATIONKIT)tests/storage/
911N/AValidationKitTestsStorage_EXEC_SOURCES := \
911N/A $(PATH_SUB_CURRENT)/tdStorageBenchmark1.py \
911N/A $(PATH_SUB_CURRENT)/tdStorageSnapshotMerging1.py \
911N/A $(PATH_SUB_CURRENT)/tdStorageStress1.py
70N/A
70N/AVBOX_VALIDATIONKIT_PYTHON_SOURCES += $(ValidationKitTestsStorage_EXEC_SOURCES)
70N/A
70N/A$(evalcall def_vbox_validationkit_process_python_sources)
70N/Ainclude $(FILE_KBUILD_SUB_FOOTER)
70N/A
70N/A