index
:
Jobbed.git
master
modular
no-search
Jobbed RTOS for Raspberry Pi 2B
Christian Cunningham
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
tests
/
test.h
blob: 239f53b2e26aaa0289e05e538a83e78d81063bd0 (
plain
)
1
2
3
4
5
6
#ifndef TESTS_TEST_H
#define TESTS_TEST_H
void
test_entry
(
void
);
#endif