log test/Makefile.am @ 19647:e8e3a89fa370

age author description
Fri, 23 Jan 2015 15:37:56 +0000 Carnë Draug Fix colormap functions when N is not of class double (bug #44070)
Tue, 20 Jan 2015 10:24:46 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Tue, 20 Jan 2015 08:26:57 -0500 John W. Eaton strip trailing whitespace from most source files stable
Mon, 04 Nov 2013 00:04:55 +0100 Stefan Mahr build: Add rule to check with jit compiler enabled
Wed, 23 Oct 2013 22:29:06 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Sat, 05 Oct 2013 11:22:09 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Thu, 05 Sep 2013 16:53:52 -0700 Rik build: Remove generated files so that 'make distcheck' passes.
Tue, 09 Jul 2013 12:19:37 -0700 Rik maint: Move tests for JIT compiler into separate .tst file.
Sun, 12 May 2013 21:45:57 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Fri, 03 May 2013 01:16:41 -0400 John W. Eaton erase subfunctions when primary function scope is deleted (bug #38691)
Fri, 03 May 2013 00:32:50 -0400 John W. Eaton allow options to be passed to run-octave script used in check target
Fri, 03 May 2013 00:29:07 -0400 John W. Eaton install .gdbinit in test directory
Mon, 22 Apr 2013 16:37:53 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Sat, 23 Mar 2013 15:02:29 -0400 John W. Eaton recognize variables when parsing (bug #38576)
Mon, 11 Feb 2013 15:45:26 -0500 Michael Goffioul periodic merge of default to classdef. classdef
Sat, 09 Feb 2013 21:35:55 -0500 John W. Eaton rename all test files in the test directory from test_X.m to X.tst
Sat, 09 Feb 2013 19:54:05 -0500 John W. Eaton * test/Makefile.am: Use stamp file for bc-overload-tests.
Sat, 09 Feb 2013 09:48:48 -0500 John W. Eaton fix rules for generated test files
Fri, 08 Feb 2013 16:53:14 -0500 John W. Eaton install tests and functions to run them
Tue, 05 Feb 2013 09:39:33 +0100 Carlo de Falco add a test for bug #38236
Mon, 14 Jan 2013 22:56:54 -0500 Ben Abbott Include classdef tests in Makefile.am classdef
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