mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Add CAN log replay based battery tests
This commit is contained in:
parent
7f8f48756d
commit
fd9d1ec714
9 changed files with 281 additions and 1 deletions
|
@ -5,8 +5,11 @@
|
|||
#include "../Software/src/devboard/safety/safety.h"
|
||||
#include "../Software/src/devboard/utils/events.h"
|
||||
|
||||
void RegisterCanLogTests(void);
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
testing::InitGoogleTest(&argc, argv);
|
||||
RegisterCanLogTests();
|
||||
return RUN_ALL_TESTS();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue