Update of /cvsroot/pure-data/externals/iem/iemmatrix/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17047
Modified Files: runtests.txt Log Message: tests for per-element unary operators
Index: runtests.txt =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/tests/runtests.txt,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** runtests.txt 19 Oct 2005 07:37:23 -0000 1.8 --- runtests.txt 20 Oct 2005 07:20:02 -0000 1.9 *************** *** 2,5 **** --- 2,6 ---- mtx_abs/01_function; mtx_abs/02_function; + mtx_abs/03_function; mtx_add/00_exist; mtx_add/00_exist1; *************** *** 77,82 **** --- 78,89 ---- mtx_conv/00_exist; mtx_cos/00_exist; + mtx_cos/01_function; + mtx_cos/02_function; + mtx_cos/03_function; mtx_cumsum/00_exist; mtx_dbtorms/00_exist; + mtx_dbtorms/01_function; + mtx_dbtorms/02_function; + mtx_dbtorms/03_function; mtx_decay/00_exist; mtx_diag/00_exist; *************** *** 104,107 **** --- 111,117 ---- mtx_eq/10_function; mtx_exp/00_exist; + mtx_exp/01_function; + mtx_exp/02_function; + mtx_exp/03_function; mtx_eye/00_exist; mtx_eye/01_function; *************** *** 138,141 **** --- 148,154 ---- mtx_index/00_exist; mtx_int/00_exist; + mtx_int/01_function; + mtx_int/02_function; + mtx_int/03_function; mtx_inverse/00_exist; mtx_le/00_exist; *************** *** 151,154 **** --- 164,171 ---- mtx_le/10_function; mtx_log/00_exist; + mtx_log/01_function; + mtx_log/02_function; + mtx_log/03_function; + mtx_log/04_function; mtx_lt/00_exist; mtx_lt/01_function; *************** *** 209,212 **** --- 226,232 ---- mtx_reverse/00_exist; mtx_rmstodb/00_exist; + mtx_rmstodb/01_function; + mtx_rmstodb/02_function; + mtx_rmstodb/03_function; mtx_roll/00_exist; mtx_row/00_exist; *************** *** 215,219 **** --- 235,243 ---- mtx_scroll/00_exist; mtx_sin/00_exist; + mtx_sin/01_function; + mtx_sin/02_function; + mtx_sin/03_function; mtx_size/00_exist; + mtx_size/01_function; mtx_slice/00_exist; mtx_sort/00_exist;