Changeset 39058 for trunk/Ohana/src/libohana/test
- Timestamp:
- Nov 6, 2015, 10:24:47 AM (11 years ago)
- File:
-
- 1 moved
-
trunk/Ohana/src/libohana/test/sprintf_floats.c (moved) (moved from trunk/Ohana/src/libohana/test/print_floats.c ) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libohana/test/sprintf_floats.c
r39046 r39058 2 2 # include "tap_ohana.h" 3 3 4 # define DO_FLOATS 1 5 # define DO_DOUBLES 1 4 6 # define NTESTS 300000 5 7 … … 34 36 int main (void) { 35 37 36 plan_tests (20); 38 // plan_tests (2013); 39 plan_tests (4026); 37 40 38 41 diag ("libohana print_float.c tests"); 39 42 40 43 /*** sprint_float ***/ 41 if ( 1) {44 if (DO_FLOATS) { 42 45 int Noutput; 43 46 char output[128]; … … 81 84 82 85 /*** sprint_double ***/ 83 if ( 1) {86 if (DO_DOUBLES) { 84 87 int Noutput; 85 88 char output[128];
Note:
See TracChangeset
for help on using the changeset viewer.
