commit | ebd3d09307ddd46b78498a04b112b4da6c7fadce | [log] [tgz] |
---|---|---|
author | Lei YU <yulei.sh@bytedance.com> | Sun Sep 27 18:11:48 2020 +0800 |
committer | Andrew Geissler <geissonator@yahoo.com> | Tue Apr 02 16:39:35 2024 -0500 |
tree | 415529a98618dc8a36e73edeb866e839b0ea5be4 | |
parent | 3c341df6173b78f46415e2445af0aaec1de875e8 [diff] [blame] |
Add initial unit tests Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: Id4850e52073ea6780a978c6cd5a5c439aa8ed846
diff --git a/test/mocked_sdbus.hpp b/test/mocked_sdbus.hpp new file mode 100644 index 0000000..5d4fcd5 --- /dev/null +++ b/test/mocked_sdbus.hpp
@@ -0,0 +1,3 @@ +#pragma once + +void clearMockedBus();