3.3 The test Subdirectory

All data related to testing the libraries is located in the directory test.

test/species.as.nw:
Test src/species.as.nw.
test/par.as.nw:
Test Partition from src/species.as.nw.
test/multinom.as.nw:
Test src/multinom.as.nw.
test/stream.as.nw:
Test streams from src/stream.as.nw.
test/series.as.nw:
Test of formal power series as defined in src/series.as.nw.
test/gseries.as.nw:
Test of generating series as defined in src/gseries.as.nw and cycle index series in particular.
test/grammar.as.nw:
Test dynamic creation of combinatorial species, the grammar being given as a list of strings.
test/poly/istruc.as.nw:
Test for simple polynomial functions which are defined in src/poly/istruc.as.nw.
test/poly/idxpp.as.nw:
Test for (multiplicative) power products as defined in src/poly/idxpp.as.nw.
test/poly/distpoly.as.nw:
Tests the cycle index power products and cycle index polynomials as defined in src/poly/distpoly.as.nw.
test/sitools/sitools.as.nw:
Primality testing and factorization of small integers as defined in src/sitools/siprimes.as.nw and src/sitools/sitools.as.nw.