r14992 - gnucash/branches/swig-redo/src/gnc-module/test - Delete gwrap files for gnc-module tests.

Chris Shoemaker chris at cvs.gnucash.org
Tue Oct 10 00:05:34 EDT 2006


Author: chris
Date: 2006-10-10 00:05:33 -0400 (Tue, 10 Oct 2006)
New Revision: 14992
Trac: http://svn.gnucash.org/trac/changeset/14992

Removed:
   gnucash/branches/swig-redo/src/gnc-module/test/mod-bar/bar-gwrap.scm
   gnucash/branches/swig-redo/src/gnc-module/test/mod-baz/baz-gwrap.scm
   gnucash/branches/swig-redo/src/gnc-module/test/mod-foo/foo-gwrap.scm
Log:
Delete gwrap files for gnc-module tests.


Deleted: gnucash/branches/swig-redo/src/gnc-module/test/mod-bar/bar-gwrap.scm
===================================================================
--- gnucash/branches/swig-redo/src/gnc-module/test/mod-bar/bar-gwrap.scm	2006-10-10 04:03:44 UTC (rev 14991)
+++ gnucash/branches/swig-redo/src/gnc-module/test/mod-bar/bar-gwrap.scm	2006-10-10 04:05:33 UTC (rev 14992)
@@ -1,20 +0,0 @@
-(use-modules (g-wrap))
-(debug-set! maxdepth 100000)
-(debug-set! stack 200000)
-
-(use-modules (g-wrap gw-standard-spec))
-
-(let ((ws (gw:new-wrapset "bar-gwrap")))
-
-  (gw:wrapset-depends-on ws "gw-standard")
-
-  (gw:wrapset-add-cs-declarations! 
-   ws
-   (lambda (wrapset client-wrapset) 
-     "#include \"bar.h\"\n"))
-
-  (gw:wrap-function
-   ws
-   'bar:hello
-   '<gw:bool> "bar_hello" '()
-   "Print a simple message from C"))

Deleted: gnucash/branches/swig-redo/src/gnc-module/test/mod-baz/baz-gwrap.scm
===================================================================
--- gnucash/branches/swig-redo/src/gnc-module/test/mod-baz/baz-gwrap.scm	2006-10-10 04:03:44 UTC (rev 14991)
+++ gnucash/branches/swig-redo/src/gnc-module/test/mod-baz/baz-gwrap.scm	2006-10-10 04:05:33 UTC (rev 14992)
@@ -1,20 +0,0 @@
-(use-modules (g-wrap))
-(debug-set! maxdepth 100000)
-(debug-set! stack 200000)
-
-(use-modules (g-wrap gw-standard-spec))
-
-(let ((ws (gw:new-wrapset "baz-gwrap")))
-
-  (gw:wrapset-depends-on ws "gw-standard")
-
-  (gw:wrapset-add-cs-declarations! 
-   ws
-   (lambda (wrapset client-wrapset) 
-     "#include \"baz.h\"\n"))
-
-  (gw:wrap-function
-   ws
-   'baz:hello
-   '<gw:bool> "baz_hello" '()
-   "Print a simple message from C"))

Deleted: gnucash/branches/swig-redo/src/gnc-module/test/mod-foo/foo-gwrap.scm
===================================================================
--- gnucash/branches/swig-redo/src/gnc-module/test/mod-foo/foo-gwrap.scm	2006-10-10 04:03:44 UTC (rev 14991)
+++ gnucash/branches/swig-redo/src/gnc-module/test/mod-foo/foo-gwrap.scm	2006-10-10 04:05:33 UTC (rev 14992)
@@ -1,21 +0,0 @@
-(use-modules (g-wrap))
-
-(debug-set! maxdepth 100000)
-(debug-set! stack 200000)
-
-(use-modules (g-wrap gw-standard-spec))
-
-(let ((ws (gw:new-wrapset "foo-gwrap")))
-
-  (gw:wrapset-depends-on ws "gw-standard")
-
-  (gw:wrapset-add-cs-declarations! 
-   ws
-   (lambda (wrapset client-wrapset) 
-     "#include \"foo.h\"\n"))
-
-  (gw:wrap-function
-   ws
-   'foo:hello
-   '<gw:bool> "foo_hello" '()
-   "Print a simple message from C"))



More information about the gnucash-changes mailing list