OpenCores
URL https://opencores.org/ocsvn/c0or1k/c0or1k/trunk

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [conts/] [posix/] [test0/] [include/] [tests.h] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
#ifndef __TEST0_TESTS_H__
2
#define __TEST0_TESTS_H__
3
 
4
#define __TASKNAME__                    "test0"
5
 
6
#include L4LIB_INC_ARCH(syslib.h)
7
 
8
// #define TEST_VERBOSE_PRINT
9
#if defined (TEST_VERBOSE_PRINT)
10
#define test_printf(...)        printf(__VA_ARGS__)
11
#else
12
#define test_printf(...)
13
#endif
14
 
15
#include <sys/types.h>
16
extern pid_t parent_of_all;
17
 
18
void ipc_full_test(void);
19
void ipc_extended_test(void);
20
 
21
int shmtest(void);
22
int forktest(void);
23
int mmaptest(void);
24
int dirtest(void);
25
int fileio(void);
26
int clonetest(void);
27
int exectest(pid_t);
28
int user_mutex_test(void);
29
int small_io_test(void);
30
int undeftest(void);
31
 
32
#endif /* __TEST0_TESTS_H__ */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.