~ubuntu-branches/ubuntu/wily/gargoyle-free/wily-proposed

« back to all changes in this revision

Viewing changes to tads/tads3/unix/test/test_pp

  • Committer: Bazaar Package Importer
  • Author(s): Sylvain Beucler
  • Date: 2009-09-11 20:09:43 UTC
  • Revision ID: james.westby@ubuntu.com-20090911200943-idgzoyupq6650zpn
Tags: upstream-2009-08-25
ImportĀ upstreamĀ versionĀ 2009-08-25

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
# Preprocessor tests
 
3
 
 
4
echo Preprocessor test: $1
 
5
 
 
6
test_tok -I$T3_DAT -P $T3_DAT/$1.c >$T3_OUT/$1.log 2>&1
 
7
test_diff $1
 
8
 
 
9
echo