log test/Makefile.am @ 15564:b66be1cb12ca default tip

age author description
Thu, 30 Aug 2012 20:22:19 -0700 Rik maint: Update Makefile.am comments to refer to Octave (program) rather than octave (command).
Tue, 10 Apr 2012 20:42:22 -0400 Max Brister Nested function support (bug #35772)
Wed, 28 Mar 2012 23:21:44 -0400 John W. Eaton check for function/file name mismatch when parsing class methods
Sun, 05 Feb 2012 14:31:46 -0500 John W. Eaton new test
Sun, 05 Feb 2012 13:53:55 -0500 John W. Eaton also save and restore symbol table context in parser (bug #35448)
Fri, 06 Jan 2012 13:46:56 -0500 John W. Eaton update FCN_FILES list in test/Makefile.am stable
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Fri, 04 Nov 2011 05:10:46 -0400 John W. Eaton new tests for class concatentation
Thu, 22 Sep 2011 17:08:49 -0400 John W. Eaton also look to parent classes for overloaded functions called through handles
Thu, 22 Sep 2011 16:44:54 -0400 John W. Eaton move tests for classes into subdirectories
Fri, 16 Sep 2011 15:42:06 -0400 John W. Eaton look for methods before constructors
Thu, 15 Sep 2011 12:02:54 -0400 John W. Eaton maint: move test_string.m tests to source files
Fri, 10 Jun 2011 14:35:42 -0400 John W. Eaton maint: clean up top-level directory stable
Wed, 08 Jun 2011 10:39:07 -0700 Rik maint: Update various Makefile.am to no longer distribute ChangeLog file stable
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Tue, 09 Nov 2010 18:12:17 -0500 John W. Eaton correctly parse {1 2 {3 4}}
Fri, 30 Jul 2010 10:43:54 -0700 Rik Add Makefile options to clean up build directories and allow 'make distcheck' to finish
Wed, 13 Jan 2010 13:42:57 -0500 John W. Eaton build_bc_overload_tests.sh: accept expected results file as argument
Wed, 13 Jan 2010 08:44:24 +0100 Jaroslav Hajek add tests for built-in class overloads
Sat, 19 Dec 2009 22:58:54 -0800 Rik Eliminate TOPDIR variable in favor of built-in automake variables
Thu, 17 Dec 2009 09:34:55 -0800 Rik Distribute directories of private functions of OOP test classes
Thu, 03 Dec 2009 15:39:20 -0500 John W. Eaton more automake fixes
Wed, 25 Nov 2009 10:58:55 -0800 Rik Remove unnecessary .PHONY targets in Makefile.am for common targets which Automake supplies by default
Tue, 10 Nov 2009 15:02:25 -0500 John W. Eaton convert build system to use automake and libtool