lkr002: INCLUDE statements in linker scripts:

The objective of this test is to verify that
INCLUDE statements work in linker scripts
and do not cause a parse error.

How to execute the test:

1. Set the environment variable $PIC30_CD
    to your pic30 tools binary directory
2. Export $PIC30_CD
3. Execute "go"

To get verbose output:

Execute "go -v"

File Descriptions:
-----------------
info.txt - this file
go - shell script to automate testing
t1.s - source file
sample.lkr - linker script
provides.lkr - include file
test.out - output of the test
expect.out - correct output


10/30/2001 - GSM

