provided code
This commit is contained in:
13
src/tests/threads/tests.h
Normal file
13
src/tests/threads/tests.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef TESTS_THREADS_TESTS_H
|
||||
#define TESTS_THREADS_TESTS_H
|
||||
|
||||
#include "tests/devices/tests.h"
|
||||
|
||||
typedef void test_func (void);
|
||||
|
||||
extern void run_test (const char *);
|
||||
extern void msg (const char *, ...);
|
||||
extern void fail (const char *, ...);
|
||||
extern void pass (void);
|
||||
|
||||
#endif /* tests/threads/tests.h */
|
||||
Reference in New Issue
Block a user