diff .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
line wrap: on
line diff
--- a/.hgignore	Sun Apr 02 10:06:42 2017 -0700
+++ b/.hgignore	Sun Apr 02 11:20:53 2017 -0700
@@ -46,6 +46,9 @@
 (^|/)PKG_(ADD|DEL)
 (^|/)octave-workspace
 
+(^|/)fntests\.log$
+(^|/).*\.cc-tst$
+
 # e.g. doc/faq/OctaveFAQ.info
 #      doc/interpreter/octave.info-4
 ^doc/.*\.info(-\d)?$