changeset 9995:5277222b47d1

Distribute directories of private functions of OOP test classes Necessary for OOP classes to function properly and pass test_classes.m
author Rik <rdrider0-list@yahoo.com>
date Thu, 17 Dec 2009 09:34:55 -0800
parents fdc3a43c0be8
children 929e53107f09
files test/@Blork/module.mk test/@Cork/module.mk test/@Dork/module.mk test/@Gork/module.mk test/@Pork/module.mk test/@Sneetch/module.mk test/@Snork/module.mk test/@Spork/module.mk test/ChangeLog test/Makefile.am
diffstat 10 files changed, 16 insertions(+), 22 deletions(-) [+]
line wrap: on
line diff
--- a/test/@Blork/module.mk	Thu Dec 17 02:38:33 2009 -0500
+++ b/test/@Blork/module.mk	Thu Dec 17 09:34:55 2009 -0800
@@ -1,5 +1,3 @@
-FCN_FILE_DIRS += @Blork
-
 at_Blork_FCN_FILES = \
   @Blork/Blork.m \
   @Blork/bleek.m \
--- a/test/@Cork/module.mk	Thu Dec 17 02:38:33 2009 -0500
+++ b/test/@Cork/module.mk	Thu Dec 17 09:34:55 2009 -0800
@@ -1,5 +1,3 @@
-FCN_FILE_DIRS += @Cork
-
 at_Cork_FCN_FILES = \
   @Cork/Cork.m \
   @Cork/click.m \
--- a/test/@Dork/module.mk	Thu Dec 17 02:38:33 2009 -0500
+++ b/test/@Dork/module.mk	Thu Dec 17 09:34:55 2009 -0800
@@ -1,5 +1,3 @@
-FCN_FILE_DIRS += @Dork
-
 at_Dork_FCN_FILES = \
   @Dork/Dork.m \
   @Dork/bling.m \
@@ -7,6 +5,7 @@
   @Dork/gack.m \
   @Dork/get.m \
   @Dork/getStash.m \
-  @Dork/set.m
+  @Dork/set.m \
+  @Dork/private/myStash.m
 
 FCN_FILES += $(at_Dork_FCN_FILES)
--- a/test/@Gork/module.mk	Thu Dec 17 02:38:33 2009 -0500
+++ b/test/@Gork/module.mk	Thu Dec 17 09:34:55 2009 -0800
@@ -1,5 +1,3 @@
-FCN_FILE_DIRS += @Gork
-
 at_Gork_FCN_FILES = \
   @Gork/Gork.m \
   @Gork/cork.m \
--- a/test/@Pork/module.mk	Thu Dec 17 02:38:33 2009 -0500
+++ b/test/@Pork/module.mk	Thu Dec 17 09:34:55 2009 -0800
@@ -1,11 +1,10 @@
-FCN_FILE_DIRS += @Pork
-
 at_Pork_FCN_FILES = \
   @Pork/Pork.m \
   @Pork/bling.m \
   @Pork/display.m \
   @Pork/get.m \
   @Pork/gurk.m \
-  @Pork/set.m
+  @Pork/set.m \
+  @Pork/private/myStash.m
 
 FCN_FILES += $(at_Pork_FCN_FILES)
--- a/test/@Sneetch/module.mk	Thu Dec 17 02:38:33 2009 -0500
+++ b/test/@Sneetch/module.mk	Thu Dec 17 09:34:55 2009 -0800
@@ -1,5 +1,3 @@
-FCN_FILE_DIRS += @Sneetch
-
 at_Sneetch_FCN_FILES = \
   @Sneetch/Sneetch.m \
   @Sneetch/display.m
--- a/test/@Snork/module.mk	Thu Dec 17 02:38:33 2009 -0500
+++ b/test/@Snork/module.mk	Thu Dec 17 09:34:55 2009 -0800
@@ -1,5 +1,3 @@
-FCN_FILE_DIRS += @Snork
-
 at_Snork_FCN_FILES = \
   @Snork/Snork.m \
   @Snork/cack.m \
@@ -13,6 +11,7 @@
   @Snork/set.m \
   @Snork/subsasgn.m \
   @Snork/subsindex.m \
-  @Snork/subsref.m
+  @Snork/subsref.m \
+  @Snork/private/myStash.m
 
 FCN_FILES += $(at_Snork_FCN_FILES)
--- a/test/@Spork/module.mk	Thu Dec 17 02:38:33 2009 -0500
+++ b/test/@Spork/module.mk	Thu Dec 17 09:34:55 2009 -0800
@@ -1,5 +1,3 @@
-FCN_FILE_DIRS += @Spork
-
 at_Spork_FCN_FILES = \
   @Spork/Spork.m \
   @Spork/cack.m \
@@ -9,6 +7,7 @@
   @Spork/getStash.m \
   @Spork/loadobj.m \
   @Spork/saveobj.m \
-  @Spork/set.m
+  @Spork/set.m \
+  @Spork/private/myStash.m
 
 FCN_FILES += $(at_Spork_FCN_FILES)
--- a/test/ChangeLog	Thu Dec 17 02:38:33 2009 -0500
+++ b/test/ChangeLog	Thu Dec 17 09:34:55 2009 -0800
@@ -1,3 +1,10 @@
+2009-12-17  Rik  <octdev@nomad.inbox5.com>
+
+	* @Blork/module.mk, @Cork/module.mk, @Dork/module.mk,
+	@Gork/module.mk, @Pork/module.mk, @Sneetch/module.mk,
+	@Snork/module.mk, @Spork/module.mk, Makefile.am: Distribute private
+	function directories necessary for OOP tests to work in tarballs
+
 2009-12-03  John W. Eaton  <jwe@octave.org>
 
 	* Makefile.am (CLEANFILES, DISTCLEANFILES): New variables.
--- a/test/Makefile.am	Thu Dec 17 02:38:33 2009 -0500
+++ b/test/Makefile.am	Thu Dec 17 09:34:55 2009 -0800
@@ -23,8 +23,6 @@
 
 include ../common.mk
 
-FCN_FILE_DIRS =
-
 FCN_FILES = \
   fntests.m \
   test_args.m \
@@ -82,3 +80,4 @@
 
 test_sparse.m: build_sparse_tests.sh
 	$(srcdir)/build_sparse_tests.sh
+