mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 10:19:29 +02:00
Add working unit tests
This commit is contained in:
parent
f609d54a14
commit
995cc7784c
106 changed files with 589 additions and 582 deletions
9
test/emul/time.cpp
Normal file
9
test/emul/time.cpp
Normal file
|
@ -0,0 +1,9 @@
|
|||
#include <stdint.h>
|
||||
|
||||
unsigned long millis() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
uint64_t get_timestamp(unsigned long millis) {
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue