~ubuntu-branches/ubuntu/raring/virtualbox-ose/raring

« back to all changes in this revision

Viewing changes to src/VBox/HostServices/testcase/Makefile.kmk

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-01-30 23:27:25 UTC
  • mfrom: (0.3.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20110130232725-2ouajjd2ggdet0zd
Tags: 4.0.2-dfsg-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add Apport hook.
    - debian/virtualbox-ose.files/source_virtualbox-ose.py
    - debian/virtualbox-ose.install
  - Drop *-source packages.
* Drop ubuntu-01-fix-build-gcc45.patch, fixed upstream.
* Drop ubuntu-02-as-needed.patch, added to the Debian package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Makefile.kmk $
 
1
# $Id: Makefile.kmk 35380 2010-12-30 16:06:17Z vboxsync $
2
2
## @file
3
3
# Sub-Makefile for the HGCM service testcase.
4
4
#
23
23
  #
24
24
  # Set this in LocalConfig.kmk if you are working on HGCM service internals
25
25
  # to automatically run the unit test at build time:
26
 
  #    OTHERS += $(PATH_tstHGCMSvc)/tstHGCMSvc.run
 
26
  #    OTHERS += $(tstHGCMSvc_0_OUTDIR)/tstHGCMSvc.run
27
27
  #
28
28
  PROGRAMS += tstHGCMSvc
29
 
  TESTING  += $(PATH_tstHGCMSvc)/tstHGCMSvc.run
 
29
  TESTING  += $(tstHGCMSvc_0_OUTDIR)/tstHGCMSvc.run
30
30
  tstHGCMSvc_TEMPLATE = VBOXR3TSTEXE
31
31
  tstHGCMSvc_DEFS     = VBOX_WITH_HGCM VBOX_TEST_HGCM_PARMS
32
32
  tstHGCMSvc_SOURCES  = tstHGCMSvc.cpp
33
 
  tstHGCMSvc_CLEAN    = $(PATH_tstHGCMSvc)/tstHGCMSvc.run
 
33
  tstHGCMSvc_CLEAN    = $(tstHGCMSvc_0_OUTDIR)/tstHGCMSvc.run
34
34
 
35
 
$$(PATH_tstHGCMSvc)/tstHGCMSvc.run: $$(INSTARGET_tstHGCMSvc)
 
35
$$(tstHGCMSvc_0_OUTDIR)/tstHGCMSvc.run: $$(INSTARGET_tstHGCMSvc)
36
36
        export VBOX_LOG_DEST=nofile; $(INSTARGET_tstHGCMSvc) quiet
37
37
        $(QUIET)$(APPEND) -t "$@" "done"
38
38