~ubuntu-branches/ubuntu/precise/virtualbox/precise-updates

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-07-04 13:02:31 UTC
  • mfrom: (3.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20110704130231-l843es6wqhx614n7
Tags: 4.0.10-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.
* Add the Modaliases control field manually for maximum backportability.

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
PROGRAMS.l4 += \
139
139
        tstIoCtl
140
140
PROGRAMS.darwin += \
141
 
        tstDarwinSched
 
141
        tstDarwinSched \
 
142
        tstRTDarwinMachKernel
142
143
ifdef VBOX_WITH_LIBCURL
143
144
 PROGRAMS += \
144
145
        tstRTS3
564
565
 
565
566
tstDarwinSched_SOURCES = tstDarwinSched.cpp
566
567
 
 
568
tstRTDarwinMachKernel_TEMPLATE = VBOXR3TSTEXE
 
569
tstRTDarwinMachKernel_INCS     = ../include
 
570
tstRTDarwinMachKernel_SOURCES  = \
 
571
        tstRTDarwinMachKernel.cpp \
 
572
        ../r0drv/darwin/mach_kernel-r0drv-darwin.cpp
 
573
 
567
574
ntGetTimerResolution_SOURCES = ntGetTimerResolution.cpp
568
575
ntGetTimerResolution_SDKS.win = WINPSDK W2K3DDK VBOX_NTDLL
569
576