Mercurial > hg > octave-lyh
diff test/ctor-vs-method/module.mk @ 13192:968e89b45bbf
move tests for classes into subdirectories
* classes/test_classes.m: Rename from test_classes.m.
* classes/module.mk: New file with contents from @Blork/module.mk,
@Dork/module.mk, @Pork/module.mk, @Snork/module.mk, @Cork/module.mk,
@Gork/module.mk, @Sneetch/module.mk, and @Spork/module.mk.
(classes_FCN_FILES): Include test_classes.m in the list.
* @Blork/module.mk, @Dork/module.mk, @Pork/module.mk,
@Snork/module.mk, @Cork/module.mk, @Gork/module.mk,
@Sneetch/module.mk, @Spork/module.mk: Delete.
* ctor-vs-method/test_ctor_vs_method.m: Rename from test_ctor_vs_method.m.
* ctor-vs-method/module.mk (ctor_vs_method_FCN_FILES): Include
test_ctor_vs_method.m in the list.
* test/Makefile.am (FCN_FILES): Remove test_classes.m and
test_ctor_vs_method.m from the list.
Don't include @Blork/module.mk,
@Dork/module.mk, @Pork/module.mk, @Snork/module.mk, @Cork/module.mk,
@Gork/module.mk, @Sneetch/module.mk, @Spork/module.mk.
Do include classes/module.mk and ctor-vs-method/module.mk.
* fntests.m (run_test_dir): Also skip private directories and
directories with names that begin with "@".
Work recursively. Change to test directory when running tests.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 22 Sep 2011 16:44:54 -0400 |
parents | 6c952376482d |
children | e98cd21d63ea |
line wrap: on
line diff
--- a/test/ctor-vs-method/module.mk +++ b/test/ctor-vs-method/module.mk @@ -5,6 +5,7 @@ ctor-vs-method/@other/parent.m \ ctor-vs-method/@parent/method.m \ ctor-vs-method/@parent/parent.m \ - ctor-vs-method/__trace__.m + ctor-vs-method/__trace__.m \ + test_ctor_vs_method.m FCN_FILES += $(ctor_vs_method_FCN_FILES)