comparison .hgignore @ 383:d18843ff4dfd

Rewrite the test suite to run Octave-style built-in tests * Makefile.am (M_FILES): New declaration. (TST_FILES): New derived declaration. (%.cc-tst): New rule to generate test scripts from compiled sources. (check-local): Call __py_tests__.m script file to run test suite. (CLEANFILES): Include fntests.log and *-tst. * __py_tests__.m: New script file to run built-in tests. * .hgignore: Include fntests.log and *.cc-tst.
author Mike Miller <mtmiller@octave.org>
date Sun, 02 Apr 2017 11:20:53 -0700
parents eec3ed1c0578
children 2011e0d2f926
comparison
equal deleted inserted replaced
382:d36f06f07082 383:d18843ff4dfd
44 (^|/)\.libs 44 (^|/)\.libs
45 45
46 (^|/)PKG_(ADD|DEL) 46 (^|/)PKG_(ADD|DEL)
47 (^|/)octave-workspace 47 (^|/)octave-workspace
48 48
49 (^|/)fntests\.log$
50 (^|/).*\.cc-tst$
51
49 # e.g. doc/faq/OctaveFAQ.info 52 # e.g. doc/faq/OctaveFAQ.info
50 # doc/interpreter/octave.info-4 53 # doc/interpreter/octave.info-4
51 ^doc/.*\.info(-\d)?$ 54 ^doc/.*\.info(-\d)?$
52 55
53 ^doc/\w*/stamp-vti$ 56 ^doc/\w*/stamp-vti$