source: liacs/coco/assignment2/debug.sh@ 363

Last change on this file since 363 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
Line 
1#!/bin/sh
2#
3# Trivial debug script, display test case, compile and run, and display
4# testcase again
5
6TESTFILE=${1-../tests/simple/correct1.p0}
7cat -n $TESTFILE
8make && ./comp -vvvv -w < $TESTFILE
9cat -n $TESTFILE
Note: See TracBrowser for help on using the repository browser.