~ubuntu-branches/ubuntu/oneiric/lightning-extension/oneiric-security

« back to all changes in this revision

Viewing changes to mozilla/build/pymake/tests/native-environment.mk

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-11-08 10:00:06 UTC
  • mfrom: (1.3.8)
  • Revision ID: package-import@ubuntu.com-20121108100006-xpf89hktfitzuqc3
Tags: 1.9+build1-0ubuntu0.11.10.1
* New upstream stable release to support Thunderbird 17 (CALENDAR_1_9_BUILD1)
  - see LP: #1080212 for USN information

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#T gmake skip
2
2
export EXPECTED := some data
3
3
 
4
 
CMD = %pycmd writeenvtofile
5
4
PYCOMMANDPATH = $(TESTPATH)
6
5
 
7
6
all:
8
 
        $(CMD) results EXPECTED
 
7
        %pycmd writeenvtofile results EXPECTED
 
8
        test "$$(cat results)" = "$(EXPECTED)"
 
9
        %pycmd writesubprocessenvtofile results EXPECTED
9
10
        test "$$(cat results)" = "$(EXPECTED)"
10
11
        @echo TEST-PASS