Update of /cvsroot/fxruby/FXRuby
In directory usw-pr-cvs1:/tmp/cvs-serv27442
Modified Files:
Tag: release10
Makefile Makefile.in
Log Message:
Corrected the "make check" target so that it can run the tests before
you actually install FXRuby.
Index: Makefile
===================================================================
RCS file: /cvsroot/fxruby/FXRuby/Attic/Makefile,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -d -r1.1.2.4 -r1.1.2.5
*** Makefile 10 May 2002 19:47:55 -0000 1.1.2.4
--- Makefile 10 May 2002 21:29:17 -0000 1.1.2.5
***************
*** 41,46 ****
check:
! cd tests
! ruby TS_All.rb
install: all
--- 41,45 ----
check:
! cd tests ; ruby -I../ext/fox -I../lib TS_All.rb
install: all
Index: Makefile.in
===================================================================
RCS file: /cvsroot/fxruby/FXRuby/Attic/Makefile.in,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** Makefile.in 10 May 2002 19:56:52 -0000 1.1.2.2
--- Makefile.in 10 May 2002 21:29:17 -0000 1.1.2.3
***************
*** 41,46 ****
check:
! cd tests
! ruby TS_All.rb
install: all
--- 41,45 ----
check:
! cd tests ; ruby -I../ext/fox -I../lib TS_All.rb
install: all
|