[Fxruby-commits] CVS: FXRuby Makefile,1.1.2.4,1.1.2.5 Makefile.in,1.1.2.2,1.1.2.3
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@us...> - 2002-05-10 21:29:20
|
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 |