diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-01-22 00:23:32 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-01-22 00:23:32 +0100 |
| commit | aaeb153ce869567f4f88f083dba28445216714f6 (patch) | |
| tree | 00848a7ee91478f68f26226d10685c579079fe88 /TODO/testing.md | |
| parent | 6dc6d1004393b7c093a3aef7456af67662d56fee (diff) | |
| download | nissy-aaeb153ce869567f4f88f083dba28445216714f6.tar.gz nissy-aaeb153ce869567f4f88f083dba28445216714f6.zip | |
Started working on testing (broken for now)
Diffstat (limited to 'TODO/testing.md')
| -rw-r--r-- | TODO/testing.md | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/TODO/testing.md b/TODO/testing.md index 9b6f23a..78e6fbb 100644 --- a/TODO/testing.md +++ b/TODO/testing.md | |||
| @@ -2,17 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | ## Architecture | 3 | ## Architecture |
| 4 | 4 | ||
| 5 | * Folder structure: each module (.h file) has a corresponding test/module_name | 5 | * write makefile |
| 6 | folder containing the important tests. | 6 | * how to build everything except nissy.c? |
| 7 | * How to test pre / post -init()? | ||
| 8 | * Makefile: one target for each module with correct dependencies. | ||
| 9 | * Makefile: perhaps write a specific makefile for testing in test folder. | ||
| 10 | |||
| 11 | ## Test sttructure | ||
| 12 | |||
| 13 | * Make consistent | ||
| 14 | * Little output for success | ||
| 15 | * Stop on first failed? (automatic with makefile) | ||
| 16 | 7 | ||
| 17 | ## Write tests | 8 | ## Write tests |
| 18 | 9 | ||
