public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM]  master: Enable frysk.junit jni tests.
@ 2008-05-01 14:51 cagney
  0 siblings, 0 replies; only message in thread
From: cagney @ 2008-05-01 14:51 UTC (permalink / raw)
  To: frysk-cvs

The branch, master has been updated
       via  7a8a471d2b5503c6d29f2c5716b7aefcd76c99e8 (commit)
      from  101e2cf7ec7014e7f63b15ba27f36e7434f367d4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit 7a8a471d2b5503c6d29f2c5716b7aefcd76c99e8
Author: Andrew Cagney <cagney@redhat.com>
Date:   Thu May 1 10:49:55 2008 -0400

    Enable frysk.junit jni tests.
    
    frysk-sys/ChangeLog
    2008-05-01  Andrew Cagney  <cagney@redhat.com>
    
    	* Makefile.am (JniRunner): Add frysk.junit.
    	(jni): Depend on JniRunner.

-----------------------------------------------------------------------

Summary of changes:
 frysk-sys/ChangeLog   |    5 +++++
 frysk-sys/Makefile.am |    2 ++
 2 files changed, 7 insertions(+), 0 deletions(-)

First 500 lines of diff:
diff --git a/frysk-sys/ChangeLog b/frysk-sys/ChangeLog
index 8ab756e..bca51f7 100644
--- a/frysk-sys/ChangeLog
+++ b/frysk-sys/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-01  Andrew Cagney  <cagney@redhat.com>
+
+	* Makefile.am (JniRunner): Add frysk.junit.
+	(jni): Depend on JniRunner.
+
 2008-04-30  Andrew Cagney  <cagney@redhat.com>
 
 	* Makefile.am (JniRunner): Enable frysk.rsl.
diff --git a/frysk-sys/Makefile.am b/frysk-sys/Makefile.am
index 94e6aa3..37242d7 100644
--- a/frysk-sys/Makefile.am
+++ b/frysk-sys/Makefile.am
@@ -90,12 +90,14 @@ JniRunner: | frysk-sys.jar libfrysk-sys-jni.so
 	echo "  $(JAVA) JniRunner \\"				>> $@.tmp
 	echo "    lib.stdcpp \\"				>> $@.tmp
 	echo "    frysk.rsl \\"					>> $@.tmp
+	echo "    frysk.junit \\"				>> $@.tmp
 	echo "    ;"						>> $@.tmp
 	echo "else"						>> $@.tmp
 	echo "  $(JAVA) JniRunner \"\$$@\""			>> $@.tmp
 	echo "fi"						>> $@.tmp
 	chmod a+x $@.tmp
 	mv $@.tmp $@
+jni: JniRunner
 
 CLEANFILES += JniRunner.class JniRunner.jar
 JniRunner.jar: JniRunner.java


hooks/post-receive
--
frysk system monitor/debugger


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-01 14:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-01 14:51 [SCM] master: Enable frysk.junit jni tests cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).