[Jukebox-cvs] CVS update: J4/src/scripts/test .cvsignore LruCache.in Makefile.am RWLock.in Semaphore
Brought to you by:
vtt
From: CVS B. <vt...@fr...> - 2000-10-25 06:56:52
|
User: vt Date: 00/10/24 23:56:50 Added: src/scripts/test .cvsignore LruCache.in Makefile.am RWLock.in SemaphoreGroup.in Log: Moved the files from gnu.j4.examples to gnu.j4.test.unit and gnu.j4.test.integration, where they belong. Also, makeup changes and small fixes. Revision Changes Path 1.1 J4/src/scripts/test/.cvsignore CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/scripts/test/.cvsignore?annotate=1.1&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/scripts/test/.cvsignore?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 ----------------------------------- Index: .cvsignore =================================================================== Makefile Makefile.in LruCache SemaphoreGroup RWLock .deps 1.1 J4/src/scripts/test/LruCache.in CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/scripts/test/LruCache.in?annotate=1.1&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/scripts/test/LruCache.in?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 ----------------------------------- Index: LruCache.in =================================================================== #! /bin/sh # This test runs the gnu.j4.examples.LruCacheTest class. # # The output you get depends on the default settings, so please read the # configuration files in @prefix@/etc carefully so you understand what's # going on. @prefix@/bin/j4wrapper gnu.j4.examples.LruCacheTest 1.1 J4/src/scripts/test/Makefile.am CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/scripts/test/Makefile.am?annotate=1.1&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/scripts/test/Makefile.am?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 ----------------------------------- Index: Makefile.am =================================================================== # $Id: Makefile.am,v 1.1 2000/10/25 06:56:50 vt Exp $ bin_PROGRAMS = LruCache \ SemaphoreGroup \ RWLock bindir = ${prefix}/test/bin LruCache_SOURCES = LruCache SemaphoreGroup_SOURCES = SemaphoreGroup RWLock_SOURCES = RWLock RM = @RM@ clean-generic: ${RM} -f *~ .*~ LruCache: SemaphoreGroup: RWLock: 1.1 J4/src/scripts/test/RWLock.in CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/scripts/test/RWLock.in?annotate=1.1&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/scripts/test/RWLock.in?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 ----------------------------------- Index: RWLock.in =================================================================== #! /bin/sh # This test runs the gnu.j4.examples.RWLockTest class. # # The output you get depends on the default settings, so please read the # configuration files in @prefix@/etc carefully so you understand what's # going on. @prefix@/bin/j4wrapper gnu.j4.examples.RWLockTest 1.1 J4/src/scripts/test/SemaphoreGroup.in CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/scripts/test/SemaphoreGroup.in?annotate=1.1&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/scripts/test/SemaphoreGroup.in?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 ----------------------------------- Index: SemaphoreGroup.in =================================================================== #! /bin/sh # This test runs the gnu.j4.examples.SemaphoreGroupTest class. # # The output you get depends on the default settings, so please read the # configuration files in @prefix@/etc carefully so you understand what's # going on. @prefix@/bin/j4wrapper gnu.j4.examples.SemaphoreGroupTest |