Build fixes for Windows/Visual C++
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Build and run the stand-alone unit tests for the nanopb encoder part.
|
||||
|
||||
Import('env')
|
||||
env.Program(["encode_unittests.c", "#common/unittestproto.pb.c", "#common/pb_encode.o"])
|
||||
env.RunTest('encode_unittests')
|
||||
p = env.Program(["encode_unittests.c", "#common/unittestproto.pb.c", "#common/pb_encode.o"])
|
||||
env.RunTest(p)
|
||||
|
||||
Reference in New Issue
Block a user