Add file structure for automatic unit-testing
This commit is contained in:
1
tests/bus/test-i2c.c
Normal file
1
tests/bus/test-i2c.c
Normal file
@@ -0,0 +1 @@
|
||||
static void *TODO;
|
||||
1
tests/bus/test-mosfet.c
Normal file
1
tests/bus/test-mosfet.c
Normal file
@@ -0,0 +1 @@
|
||||
static void *TODO;
|
||||
1
tests/bus/test-pwm.c
Normal file
1
tests/bus/test-pwm.c
Normal file
@@ -0,0 +1 @@
|
||||
static void *TODO;
|
||||
1
tests/bus/test-usart.c
Normal file
1
tests/bus/test-usart.c
Normal file
@@ -0,0 +1 @@
|
||||
static void *TODO;
|
||||
1
tests/common/test-math.c
Normal file
1
tests/common/test-math.c
Normal file
@@ -0,0 +1 @@
|
||||
static void *TODO;
|
||||
1
tests/common/test-memory.c
Normal file
1
tests/common/test-memory.c
Normal file
@@ -0,0 +1 @@
|
||||
static void *TODO;
|
||||
1
tests/common/test-parser.c
Normal file
1
tests/common/test-parser.c
Normal file
@@ -0,0 +1 @@
|
||||
static void *TODO;
|
||||
10
tests/main.c
Normal file
10
tests/main.c
Normal file
@@ -0,0 +1,10 @@
|
||||
// TODO: Automatic unit-testing.
|
||||
|
||||
int main(void)
|
||||
{
|
||||
// 1. Write unit-tests.
|
||||
// 2. Run them.
|
||||
// 3. Profit!
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user