summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmcond06 (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-10testsuite/psxtmtests: Merged nested Makefile.am files into one Makefile.amChris Johns1-27/+0
This change is part of the testsuite Makefile.am reorganization. Update #3382
2017-11-24Remove coverhd.hSebastian Huber1-1/+0
This header file contained timing overhead values which are hard to maintain. Update #3254.
2017-11-06tests: Use simple console driverSebastian Huber1-1/+1
Update #3170. Update #3199.
2017-10-28tests: Remove TEST_INITSebastian Huber1-2/+0
The TEST_EXTERN is a used only by the system.h style tests and they use CONFIGURE_INIT appropriately. Update #3170. Update #3199.
2017-10-23testsuite: Use printk for all test output where possible.Chris Johns1-0/+2
- Remove the printf support leaving the direct printk support configured with TESTS_USE_PRINTK and all other output goes via a buffered vsniprintf call to printk. - Control the test's single init for functions and global data with TEST_INIT and not CONFIGURE_INIT. They are now separate. Updates #3170.
2017-10-05posix: Implement self-contained POSIX mutexSebastian Huber1-1/+0
POSIX mutexes are now available in all configurations and no longer depend on --enable-posix. Update #2514. Update #3112.
2017-10-05posix: Implement self-contained POSIX condvarSebastian Huber1-1/+0
POSIX condition variables are now available in all configurations and no longer depend on --enable-posix. Update #2514. Update #3113.
2014-09-16Use correct prototype of benchmark_timer_read()Joel Sherrill1-1/+1
This change starts with removing the effectively empty file timerdrv.h. The prototypes for benchmark_timer_XXX() were in btimer.h which was not universally used. Thus every use of timerdrv.h had to be changed to btimer.h. Then the prototypes for benchmark_timer_read() had to be adjusted to return benchmark_timer_t rather than int or uint32_t. I took this opportunity to also correct the file headers to separate the copyright from the file description comments which is needed to ensure the copyright isn't propagated into Doxygen output.
2014-09-04Misc psxtmtests: Use uint32_t not long for end_time to match printf() format ↵Joel Sherrill1-1/+1
expectations
2014-03-25psxtmtests: Add test.h supportbjorn larsson1-2/+4
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns2-2/+2
2013-12-07psxtmtests: Make output more uniformJoel Sherrill1-2/+2
2013-12-01psxtmtests: added psxtmcond06 testDaniel Ramirez3-0/+184