mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Add tests to make sure batteries aren't renewing liveness on bogus CAN frames
This commit is contained in:
parent
69b0d23b45
commit
96b3293023
3 changed files with 84 additions and 0 deletions
|
@ -6,10 +6,12 @@
|
|||
#include "../Software/src/devboard/utils/events.h"
|
||||
|
||||
void RegisterCanLogTests(void);
|
||||
void RegisterStillAliveTests(void);
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
testing::InitGoogleTest(&argc, argv);
|
||||
RegisterCanLogTests();
|
||||
RegisterStillAliveTests();
|
||||
return RUN_ALL_TESTS();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue