summaryrefslogtreecommitdiffstats
path: root/meta-offline-voice-agent/recipes-blas/openblas/files/0001-Modify-makefile-for-yocto.patch
stat options
Period:
Authors:

Commits per author per week (path 'meta-offline-voice-agent/recipes-blas/openblas/files/0001-Modify-makefile-for-yocto.patc
# Build and run the stand-alone unit tests for the nanopb encoder part.

Import('env')
p = env.Program(["encode_unittests.c", "$COMMON/unittestproto.pb.c"])
env.RunTest(p)