[cairo-commit] rcairo/tests spline,1.2,1.3 test-nox,1.1,1.2 text,1.1,1.2
Evan Martin
commit at pdx.freedesktop.org
Fri Nov 7 13:58:07 PST 2003
Committed by: martine
Update of /cvs/cairo/rcairo/tests
In directory pdx:/tmp/cvs-serv7295
Modified Files:
spline test-nox text
Log Message:
(Forgot to commit a while ago:) Make tests runnable without installing.
Index: spline
===================================================================
RCS file: /cvs/cairo/rcairo/tests/spline,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** spline 28 Oct 2003 23:31:06 -0000 1.2
--- spline 7 Nov 2003 21:58:05 -0000 1.3
***************
*** 2,5 ****
--- 2,6 ----
# vim: set ts=2 sw=2 et :
+ $LOAD_PATH << "../src"
require 'cairo'
Index: test-nox
===================================================================
RCS file: /cvs/cairo/rcairo/tests/test-nox,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test-nox 28 Oct 2003 18:27:22 -0000 1.1
--- test-nox 7 Nov 2003 21:58:05 -0000 1.2
***************
*** 2,5 ****
--- 2,6 ----
# vim: set ts=2 sw=2 et :
+ $LOAD_PATH << "../src"
require 'cairo'
Index: text
===================================================================
RCS file: /cvs/cairo/rcairo/tests/text,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** text 28 Oct 2003 18:27:22 -0000 1.1
--- text 7 Nov 2003 21:58:05 -0000 1.2
***************
*** 2,5 ****
--- 2,6 ----
# vim: set ts=2 sw=2 et :
+ $LOAD_PATH << "../src"
require 'cairo'
More information about the cairo-commit
mailing list