Changeset 2986763 in mainline for uspace/app/tmon/tf.h


Ignore:
Timestamp:
2017-12-22T11:59:20Z (6 years ago)
Author:
Petr Mánek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b7b7898
Parents:
ab8e0f5
git-author:
Petr Mánek <petr.manek@…> (2017-12-22 11:57:34)
git-committer:
Petr Mánek <petr.manek@…> (2017-12-22 11:59:20)
Message:

tmon: refactoring

Stress tests have been renamed to burst tests because they do not fit the semantic definition of a stress tests. Instead, the read/write as much data as possible into given USB pipes, hence the name burst. They can be accessed using the tmon test-(intr|bulk|isoch)-(in|out) wildcard again. Files test.(c|h), which contain testing framework definitions now, have been renamed to more apt tf.(c.h).

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/app/tmon/tf.h

    rab8e0f5 r2986763  
    3434 */
    3535
    36 #ifndef TMON_TEST_H_
    37 #define TMON_TEST_H_
     36#ifndef TMON_TF_H_
     37#define TMON_TF_H_
    3838
    3939#include <async.h>
     
    5151int tmon_test_main(int, char **, const tmon_test_ops_t *);
    5252
    53 #endif /* TMON_TEST_H_ */
     53#endif /* TMON_TF_H_ */
    5454
    5555/** @}
Note: See TracChangeset for help on using the changeset viewer.