From 08a92a26b42cb42e5f6d233e1987ae7ab0aefa10 Mon Sep 17 00:00:00 2001 From: mazen Date: Sun, 18 Aug 2002 21:53:17 +0000 Subject: [PATCH] * fixing include path --- tests/sparc/test0000.pas | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/sparc/test0000.pas diff --git a/tests/sparc/test0000.pas b/tests/sparc/test0000.pas new file mode 100644 index 0000000000..988cfbcdb7 --- /dev/null +++ b/tests/sparc/test0000.pas @@ -0,0 +1,18 @@ +{ $Id$ } +{$UNITPATH ../../rtl/linux} +{$INCLUDEPATH ../../rtl/unix;../../rtl/linux;../../rtl/sparc;../../rtl/inc;../../rtl/linux/sparc} +PROGRAM SparcTest; +BEGIN +END. +{ + $Log$ + Revision 1.2 2002-08-18 21:53:17 mazen + * fixing include path + + Revision 1.1 2003/02/05 21:54:37 mazen + * changing names of test files to allow traçability and automated NRT + + Revision 1.5 2002/12/06 08:35:50 mazen + + added just to test RTL compilation + +}