mirror of https://github.com/ARMmbed/mbed-os.git
Restructure platform/randlib
* Move mbed-client-randlib/ headers into include/ (Note: we don't rename it to "randlib" because this library is mirrored to https://github.com/ARMmbed/mbed-client-randlib, and "mbed-client-randlib" may be reference by some projects) * Move the standalone local unit test into tests/unitpull/13430/head
parent
9b1e0a38fe
commit
d6a2269de3
|
@ -9,7 +9,7 @@ set(unittest-includes ${unittest-includes}
|
|||
../connectivity/cellular/include/cellular/framework/common
|
||||
../connectivity/cellular/include/cellular/framework/AT
|
||||
../connectivity/cellular/include/cellular/framework/device
|
||||
../platform/randlib/mbed-client-randlib
|
||||
../platform/randlib/include/mbed-client-randlib
|
||||
../drivers
|
||||
../hal
|
||||
)
|
||||
|
|
|
@ -8,7 +8,7 @@ set(unittest-includes ${unittest-includes}
|
|||
../connectivity/cellular/tests/UNITTESTS/framework/common/util
|
||||
../connectivity/cellular/include/cellular/framework/common
|
||||
../connectivity/cellular/include/cellular/framework/AT
|
||||
../platform/randlib/mbed-client-randlib
|
||||
../platform/randlib/include/mbed-client-randlib
|
||||
)
|
||||
|
||||
# Source files
|
||||
|
|
|
@ -8,7 +8,7 @@ set(unittest-includes ${unittest-includes}
|
|||
../connectivity/cellular/tests/UNITTESTS/framework/common/util
|
||||
../connectivity/cellular/include/cellular/framework/common
|
||||
../connectivity/cellular/include/cellular/framework/AT
|
||||
../platform/randlib/mbed-client-randlib
|
||||
../platform/randlib/include/mbed-client-randlib
|
||||
)
|
||||
|
||||
# Source files
|
||||
|
|
|
@ -8,7 +8,7 @@ set(unittest-includes ${unittest-includes}
|
|||
../connectivity/cellular/tests/UNITTESTS/framework/common/util
|
||||
../connectivity/cellular/include/cellular/framework/common
|
||||
../connectivity/cellular/include/cellular/framework/AT
|
||||
../platform/randlib/mbed-client-randlib
|
||||
../platform/randlib/include/mbed-client-randlib
|
||||
)
|
||||
|
||||
# Source files
|
||||
|
|
|
@ -8,7 +8,7 @@ set(unittest-includes ${unittest-includes}
|
|||
../connectivity/cellular/tests/UNITTESTS/framework/common/util
|
||||
../connectivity/cellular/include/cellular/framework/common
|
||||
../connectivity/cellular/include/cellular/framework/AT
|
||||
../platform/randlib/mbed-client-randlib
|
||||
../platform/randlib/include/mbed-client-randlib
|
||||
)
|
||||
|
||||
# Source files
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
set(unittest-includes ${unittest-includes}
|
||||
../connectivity/cellular/tests/UNITTESTS/framework/common/util
|
||||
../connectivity/cellular/include/cellular/framework/common
|
||||
../platform/randlib/mbed-client-randlib
|
||||
../platform/randlib/include/mbed-client-randlib
|
||||
)
|
||||
|
||||
# Source files
|
||||
|
|
|
@ -9,7 +9,7 @@ set(unittest-includes ${unittest-includes}
|
|||
../connectivity/cellular/tests/UNITTESTS/framework/common/util
|
||||
../connectivity/cellular/include/cellular/framework/common
|
||||
../connectivity/cellular/include/cellular/framework/AT
|
||||
../platform/randlib/mbed-client-randlib
|
||||
../platform/randlib/include/mbed-client-randlib
|
||||
|
||||
)
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
linux/*
|
||||
test/*
|
||||
tests/unit/*
|
||||
|
|
|
@ -1 +1 @@
|
|||
test/*
|
||||
tests/unit/*
|
||||
|
|
Loading…
Reference in New Issue