/hg/rhino-tests: Makefile: Updated - added new test to compile &...

ptisnovs at icedtea.classpath.org ptisnovs at icedtea.classpath.org
Thu Jul 19 02:41:26 PDT 2012


changeset 223d536c00b4 in /hg/rhino-tests
details: http://icedtea.classpath.org/hg/rhino-tests?cmd=changeset;node=223d536c00b4
author: Pavel Tisnovsky <ptisnovs at redhat.com>
date: Thu Jul 19 11:44:01 2012 +0200

	Makefile: Updated - added new test to compile & run.


diffstat:

 ChangeLog |  1 +
 Makefile  |  2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

diffs (30 lines):

diff -r bdd13e29e245 -r 223d536c00b4 ChangeLog
--- a/ChangeLog	Wed Jul 18 13:36:53 2012 +0200
+++ b/ChangeLog	Thu Jul 19 11:44:01 2012 +0200
@@ -2,6 +2,7 @@
 
 	* src/org/RhinoTests/ScriptContextClassTest.java:
 	Added new test case with twenty tests for a class ScriptContext.
+	* Makefile: Updated - added new test to compile & run.
 
 2012-07-17  Pavel Tisnovsky  <ptisnovs at redhat.com>
 
diff -r bdd13e29e245 -r 223d536c00b4 Makefile
--- a/Makefile	Wed Jul 18 13:36:53 2012 +0200
+++ b/Makefile	Thu Jul 19 11:44:01 2012 +0200
@@ -60,6 +60,7 @@
 	CompiledScriptTest \
 	InvocableTest \
 	ScriptContextTest \
+	ScriptContextClassTest \
 	ScriptExceptionTest \
 	SimpleScriptContextTest
 
@@ -82,6 +83,7 @@
 	$(BUILD_DIR)/$(TEST_PACKAGE)/InvocableTest.class \
 	$(BUILD_DIR)/$(TEST_PACKAGE)/JavaScriptsTest.class \
 	$(BUILD_DIR)/$(TEST_PACKAGE)/ScriptContextTest.class \
+	$(BUILD_DIR)/$(TEST_PACKAGE)/ScriptContextClassTest.class \
 	$(BUILD_DIR)/$(TEST_PACKAGE)/ScriptEngineFactoryTest.class \
 	$(BUILD_DIR)/$(TEST_PACKAGE)/ScriptEngineManagerTest.class \
 	$(BUILD_DIR)/$(TEST_PACKAGE)/ScriptEngineTest.class \



More information about the distro-pkg-dev mailing list