Changeset 0479e09 in git
- Timestamp:
- Sep 11, 1997, 12:59:00 PM (26 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 4a81eccd72975057d29a44244958cdc9a450eb71
- Parents:
- 49a0f469454e4930fefe879ebd3811bd145c92ae
- Location:
- libfac
- Files:
-
- 53 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libfac/tests/factortest
r49a0f4 r0479e09 12 12 $ECHO "\n\ntesting univariate factorization:\c" 13 13 $ECHO "\nf1 \c" 14 ../test < f 114 ../test < factor/f1 15 15 $ECHO "\nf2 \c" 16 ../test < f 216 ../test < factor/f2 17 17 $ECHO "\nf3 \c" 18 ../test < f 318 ../test < factor/f3 19 19 20 20 $ECHO "\n\ntesting multivariate factorization:" 21 21 $ECHO "\nf4 \c" 22 ../test < f 422 ../test < factor/f4 23 23 $ECHO "\nf5 \c" 24 ../test < f 524 ../test < factor/f5 25 25 $ECHO "\nf6 \c" 26 ../test < f 626 ../test < factor/f6 27 27 $ECHO "\nf7 \c" 28 ../test < f 728 ../test < factor/f7 29 29 $ECHO "\nf8 \c" 30 ../test < f 830 ../test < factor/f8 31 31 $ECHO "\nf9 \c" 32 ../test < f 932 ../test < factor/f9 33 33 $ECHO "\nf10 \c" 34 ../test < f 1034 ../test < factor/f10 35 35 #$ECHO "\nf11 \c" 36 #../test < f 1136 #../test < factor/f11 37 37 $ECHO "\nf12 \c" 38 ../test < f 1238 ../test < factor/f12 39 39 $ECHO "\nf12 \c" 40 ../test < f 1340 ../test < factor/f13 41 41 $ECHO "\nf14 \c" 42 ../test < f 1442 ../test < factor/f14 43 43 $ECHO "\nf15 \c" 44 ../test < f 1544 ../test < factor/f15 45 45 $ECHO "\nf16 -- skipping; takes long time. See the Long-time section!\c" 46 46 $ECHO "\nf17 \c" 47 ../test < f 1747 ../test < factor/f17 48 48 $ECHO "\nf18 \c" 49 ../test < f 1849 ../test < factor/f18 50 50 $ECHO "\nf19 \c" 51 ../test < f 1951 ../test < factor/f19 52 52 $ECHO "\nf20 \c" 53 ../test < f 2053 ../test < factor/f20 54 54 $ECHO "\nf21 \c" 55 ../test < f 2155 ../test < factor/f21 56 56 $ECHO "\nf21a \c" 57 ../test < f 21a57 ../test < factor/f21a 58 58 $ECHO "\nf22 \c" 59 ../test < f 2259 ../test < factor/f22 60 60 $ECHO "\nf23 \c" 61 ../test < f 2361 ../test < factor/f23 62 62 $ECHO "\nf24 -- skipping; takes long time. See the Long-time section!\c" 63 63 $ECHO "\nf25 -- skipping; takes long time. See the Long-time section!\c" 64 64 $ECHO "\nf26 -- skipping; takes long time. See the Long-time section!\c" 65 65 $ECHO "\nf27 \c" 66 ../test < f 2766 ../test < factor/f27 67 67 $ECHO "\nf28 -- skipping; takes long time. See the Long-time section!\c" 68 68 $ECHO "\nf29 -- Test suite not available.\c" 69 #../test < f 2969 #../test < factor/f29 70 70 $ECHO "\nf30 -- Test suite not available.\c" 71 #../test < f 3071 #../test < factor/f30 72 72 $ECHO "\nf31 -- Test suite not available.\c" 73 #../test < f 3173 #../test < factor/f31 74 74 $ECHO "\nf32 \c" 75 ../test < f 3275 ../test < factor/f32 76 76 $ECHO "\nf33 \c" 77 ../test < f 3377 ../test < factor/f33 78 78 $ECHO "\nf34 \c" 79 ../test < f 3479 ../test < factor/f34 80 80 $ECHO "\nf35 -- skipping; takes long time. See the Long-time section!\c" 81 81 $ECHO "\nf36 \c" 82 ../test < f 3682 ../test < factor/f36 83 83 $ECHO "\nf37 \c" 84 ../test < f 3784 ../test < factor/f37 85 85 $ECHO "\nf38 \c" 86 ../test < f 3886 ../test < factor/f38 87 87 $ECHO "\n" 88 88 $ECHO "Tests from Gerhard Pfister:" 89 89 $ECHO "p1 -- skipping; takes long time. See the Long-time section!\c" 90 90 $ECHO "\np2 \c" 91 ../test < p291 ../test < factor/p2 92 92 $ECHO "\np3 \c" 93 ../test < p393 ../test < factor/p3 94 94 $ECHO "\np4 \c" 95 ../test < p495 ../test < factor/p4 96 96 $ECHO "\np5 \c" 97 ../test < p5.397 ../test < factor/p5.3 98 98 99 99 $ECHO "\n" … … 101 101 $ECHO "\n Need-extensions section!\n" 102 102 $ECHO "\nf39 \c" 103 ../test < f 39103 ../test < factor/f39 104 104 $ECHO "\nf40 \c" 105 ../test < f 40105 ../test < factor/f40 106 106 $ECHO "\nf41 \c" 107 ../test < f 41107 ../test < factor/f41 108 108 $ECHO "\nf42 \c" 109 ../test < f 42109 ../test < factor/f42 110 110 $ECHO "\nf43 \c" 111 ../test < f 43111 ../test < factor/f43 112 112 113 113
Note: See TracChangeset
for help on using the changeset viewer.