Files
panda-meb/tests/libpanda/SConscript
Adeeb Shihadeh 1f73c70fdc generic libpanda for tests (#1177)
* generic libpanda for tests

* move safety helpers

* fix ci build

* fix running

* opendbc is in the image

* make can packet

* rename
2022-11-30 17:41:24 -08:00

12 lines
188 B
Python

env = Environment(
CC='gcc',
CFLAGS=[
'-nostdlib',
'-fno-builtin',
'-std=gnu11',
],
CPPPATH=[".", "#board/"],
)
env.SharedLibrary("libpanda.so", ["safety_helpers.c"])