Changeset c85a57f in mainline for uspace/lib/posix/test/scanf.c


Ignore:
Timestamp:
2014-09-19T10:25:11Z (10 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
865b981
Parents:
9b20126
Message:

Make all PCUT tests compilable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/test/scanf.c

    r9b20126 rc85a57f  
    3838PCUT_INIT
    3939
    40 PCUT_TEST_SUITE(scanf)
     40PCUT_TEST_SUITE(scanf);
    4141
     42
     43#ifndef UARCH_sparc64
     44
     45/*
     46 * We need some floating point functions for scanf() imlementation
     47 * that are not yet available for SPARC-64.
     48 */
    4249
    4350PCUT_TEST(int_decimal) {
     
    5562}
    5663
     64#endif
     65
    5766PCUT_EXPORT(scanf);
Note: See TracChangeset for help on using the changeset viewer.