Mercurial > hg > octave-nkf
annotate test/bug-35448/module.mk @ 18087:d734216aa2b1 stable rc-3-8-0-1
3.8.0 release candidate 1
* configure.ac (OCTAVE_VERSION): Bump to 3.8.0-rc1.
(OCTAVE_API_VERSION_NUMBER): Set to 49.
(OCTAVE_RELEASE_DATE): Set to 2013-12-04.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 04 Dec 2013 15:40:33 -0500 |
parents | 1af8d21608b7 |
children |
rev | line source |
---|---|
14329
8d1ae996c122
also save and restore symbol table context in parser (bug #35448)
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
1 bug_35448_FCN_FILES = \ |
8d1ae996c122
also save and restore symbol table context in parser (bug #35448)
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
2 bug-35448/fA.m \ |
8d1ae996c122
also save and restore symbol table context in parser (bug #35448)
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
3 bug-35448/fB.m \ |
8d1ae996c122
also save and restore symbol table context in parser (bug #35448)
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
4 bug-35448/fC.m \ |
16030
1af8d21608b7
rename all test files in the test directory from test_X.m to X.tst
John W. Eaton <jwe@octave.org>
parents:
14508
diff
changeset
|
5 bug-35448/bug-35448.tst |
14329
8d1ae996c122
also save and restore symbol table context in parser (bug #35448)
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
6 |
8d1ae996c122
also save and restore symbol table context in parser (bug #35448)
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
7 FCN_FILES += $(bug_35448_FCN_FILES) |