The exit code of "make" in src/input should indicate
whether the tests are passed or failed.

Are there better methods than add a test.sh in src/scripts:

====== test.sh begins =====
#! /bin/sh

OUTPUTS=`ls *.output | grep -v -e elemnum -e unittest`
grep ' unexpected [failures|passes]*:' ${OUTPUTS} | grep -v
'[failures|passes]: 0'
test $? -eq 1
===== test.sh ends =====


I exclude "elemnum.output" from testing.  It hasn't been
updated for a long time and seems broken:

The result is:

   testsuite | testcases: failed (total) | tests: failed (total)
   inverses                    0     (6)               0   (312)
   branch cuts                 0     (5)               0  (1584)
   singularities               1     (3)               2    (57)
   specific values             0     (4)               0   (112)

While

expectedSBCL()

   Compiling function expectedSBCL with type () -> Void
   testsuite | testcases: failed (total) | tests: failed (total)
   inverses                    0     (6)               0   (312)
   branch cuts                 4     (5)              13  (1584)
   singularities               2     (2)               5    (10)
   specific values             4     (4)              50   (112)
   simplification              1     (2)              10    (40)

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to