Open bogdanm opened 9 years ago
+1 to the device-side library support for greentea (test_env.cpp et al) living in it's own module. cc @PrzemekWirkus
ARM Internal Ref: IOTSFW-1016
:+1: test-env.h
needs to move.
+1, I'd like uvisor-lib
not to depend on mbed-drivers
for testing
@bogdanm There is a plan for that (tickets) already.
@PrzemekWirkus Please share it with me, I would like to move this next week if possible
I'm writing https://github.com/ARMmbed/mbed-util and I'm trying to not make it depend on
mbed-core
. The problem is that I need to write tests for that library, so now I have to use this:in order to get the test environment in the library. This is just a very awkward hack, not a solution. It looks like the test environment should live in its own repository. Yup, another repository.