Last change
on this file since 123 was 2, checked in by Rick van der Zwet, 15 years ago |
Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)
|
-
Property svn:executable
set to
*
|
File size:
215 bytes
|
Rev | Line | |
---|
[2] | 1 | #!/bin/sh
|
---|
| 2 | #
|
---|
| 3 | # Trivial debug script, display test case, compile and run, and display
|
---|
| 4 | # testcase again
|
---|
| 5 |
|
---|
| 6 | TESTFILE=${1-../tests/simple/correct1.p0}
|
---|
| 7 | cat -n $TESTFILE
|
---|
| 8 | make && ./comp -vvvv -w < $TESTFILE
|
---|
| 9 | cat -n $TESTFILE
|
---|
Note:
See
TracBrowser
for help on using the repository browser.