~ubuntu-branches/ubuntu/saucy/codegroup/saucy

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Vince Mulhollon
  • Date: 2004-10-19 19:07:55 UTC
  • Revision ID: james.westby@ubuntu.com-20041019190755-i5aqtf7ioifu1hu7
Tags: 19981025-2
Fix typo in control file
(Closes: #277212)

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
# Test it
33
33
 
 
34
# Need ./ notation, most paths don't include . - vlm 2004-08-21
 
35
 
34
36
test:   codegroup
35
 
        codegroup -e <codegroup >/tmp/codegroup1.bak
36
 
        codegroup -d </tmp/codegroup1.bak >/tmp/codegroup2.bak
 
37
        ./codegroup -e <codegroup >/tmp/codegroup1.bak
 
38
        ./codegroup -d </tmp/codegroup1.bak >/tmp/codegroup2.bak
37
39
        cmp codegroup /tmp/codegroup2.bak
38
 
        codegroup -e codegroup /tmp/codegroup1.bak
39
 
        codegroup -d /tmp/codegroup1.bak /tmp/codegroup2.bak
 
40
        ./codegroup -e codegroup /tmp/codegroup1.bak
 
41
        ./codegroup -d /tmp/codegroup1.bak /tmp/codegroup2.bak
40
42
        cmp codegroup /tmp/codegroup2.bak
41
43
#       rm /tmp/codegroup1.bak /tmp/codegroup2.bak