--------------- tests for the C interface
for i in nextpp pi simple; do  j=exemples/$i/c/$i;  for k in  c; do  echo $j-$k -test; $j-$k -test;  done  done
exemples/nextpp/c/nextpp-c -test
267
exemples/pi/c/pi-c -test
3.
14159 26535  89793 23846  26433 83279  50288 41971  69399 37510
... (18 lignes omises)
18577 80532  17122 68066  13001 92787  66111 95909  21642 01989

exemples/simple/c/simple-c -test
9898979485566356196394568149410
--------------- end of C tests

--------------- tests for the Caml interface
for i in nextpp pi simple; do  j=exemples/$i/caml/$i;  for k in  c b; do  echo $j-$k -test; $j-$k -test;  done  done
exemples/nextpp/caml/nextpp-c -test
267
exemples/nextpp/caml/nextpp-b -test
267
exemples/pi/caml/pi-c -test
3.
14159 26535  89793 23846  26433 83279  50288 41971  69399 37510
... (18 lignes omises)
18577 80532  17122 68066  13001 92787  66111 95909  21642 01989

exemples/pi/caml/pi-b -test
3.
14159 26535  89793 23846  26433 83279  50288 41971  69399 37510
... (18 lignes omises)
18577 80532  17122 68066  13001 92787  66111 95909  21642 01989

exemples/simple/caml/simple-c -test
9898979485566356196394568149410
exemples/simple/caml/simple-b -test
9898979485566356196394568149410
--------------- end of Caml tests

--------------- tests for the Ocaml interface
for i in hamming nextpp pi simple; do  j=exemples/$i/ocaml/$i;  for k in  clong big; do  echo $j-byte -e $k -test; $j-byte -e $k -test;  echo $j-opt  -e $k -test; $j-opt  -e $k -test;  done  done
exemples/hamming/ocaml/hamming-byte -e clong -test
x = 761  y = 572  z = 489
exemples/hamming/ocaml/hamming-opt -e clong -test
x = 761  y = 572  z = 489
exemples/hamming/ocaml/hamming-byte -e big -test
x = 761  y = 572  z = 489
exemples/hamming/ocaml/hamming-opt -e big -test
x = 761  y = 572  z = 489
exemples/nextpp/ocaml/nextpp-byte -e clong -test
267
exemples/nextpp/ocaml/nextpp-opt -e clong -test
267
exemples/nextpp/ocaml/nextpp-byte -e big -test
267
exemples/nextpp/ocaml/nextpp-opt -e big -test
267
exemples/pi/ocaml/pi-byte -e clong -test
3.
14159 26535  89793 23846  26433 83279  50288 41971  69399 37510
... (18 lignes omises)
18577 80532  17122 68066  13001 92787  66111 95909  21642 01989

exemples/pi/ocaml/pi-opt -e clong -test
3.
14159 26535  89793 23846  26433 83279  50288 41971  69399 37510
... (18 lignes omises)
18577 80532  17122 68066  13001 92787  66111 95909  21642 01989

exemples/pi/ocaml/pi-byte -e big -test
3.
14159 26535  89793 23846  26433 83279  50288 41971  69399 37510
... (18 lignes omises)
18577 80532  17122 68066  13001 92787  66111 95909  21642 01989

exemples/pi/ocaml/pi-opt -e big -test
3.
14159 26535  89793 23846  26433 83279  50288 41971  69399 37510
... (18 lignes omises)
18577 80532  17122 68066  13001 92787  66111 95909  21642 01989

exemples/simple/ocaml/simple-byte -e clong -test
9898979485566356196394568149410
exemples/simple/ocaml/simple-opt -e clong -test
9898979485566356196394568149410
exemples/simple/ocaml/simple-byte -e big -test
9898979485566356196394568149410
exemples/simple/ocaml/simple-opt -e big -test
9898979485566356196394568149410
--------------- end of Ocaml tests

