VirtualBox

source: vbox/trunk/src/VBox/Installer/linux/testcase/Makefile.kmk@ 50500

Last change on this file since 50500 was 44057, checked in by vboxsync, 12 years ago

Installer/linux: mis-type.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.7 KB
Line 
1# $Id: Makefile.kmk 44057 2012-12-06 17:07:25Z vboxsync $
2## @file
3# Sub-Makefile for the VBox Linux installer testcase.
4#
5
6#
7# Copyright (C) 2006-2012 Oracle Corporation
8#
9# This file is part of VirtualBox Open Source Edition (OSE), as
10# available from http://www.virtualbox.org. This file is free software;
11# you can redistribute it and/or modify it under the terms of the GNU
12# General Public License (GPL) as published by the Free Software
13# Foundation, in version 2 as it comes in the "COPYING" file of the
14# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16#
17
18SUB_DEPTH = ../../../../..
19include $(KBUILD_PATH)/subheader.kmk
20
21INSTALLS += tstInstallerLinux
22TESTING += tstInstallerLinux
23tstInstallerLinux_INST = $(INST_TESTCASE)
24tstInstallerLinux_MODE = a+rx,u+w
25tstInstallerLinux_SOURCES = $(tstInstallerLinux_0_OUTDIR)/tstInstallerLinux.sh
26tstInstallerLinux_CLEAN = $(tstInstallerLinux_0_OUTDIR)/tstInstallerLinux.sh
27
28$$(tstInstallerLinux_0_OUTDIR)/tstInstallerLinux.sh: \
29 $(PATH_SUB_CURRENT)/tstInstallerLinux.sh \
30 $(PATH_SUB_CURRENT)/../installer-common.sh \
31 | $$(dir $$@)
32 $(QUIET)$(SED) \
33 -e '/#include installer-common.sh/ {' \
34 -e "r $(PATH_ROOT)/src/VBox/Installer/linux/installer-common.sh" \
35 -e 'd' \
36 -e '}' \
37 --output $@ \
38 $<
39 $(QUIET)$(CHMOD) a+rx,u+w $@
40
41INSTALLS += tstHeadlessXOrg
42TESTING += tstHeadlessXOrg
43tstHeadlessXOrg_INST = $(INST_TESTCASE)
44tstHeadlessXOrg_MODE = a+rx,u+w
45tstHeadlessXOrg_SOURCES = tstHeadlessXOrg.sh
46
47INSTALLS += tstInstallInit
48TESTING += tstInstallInit
49tstInstallInit_INST = $(INST_TESTCASE)
50tstInstallInit_MODE = a+rx,u+w
51tstInstallInit_SOURCES = tstInstallInit.sh
52
53include $(FILE_KBUILD_SUB_FOOTER)
Note: See TracBrowser for help on using the repository browser.

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