Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
mbed-os/features/cellular/UNITTESTS/makefile_defines.txt@0:6ad07c9019fd, 2018-05-30 (annotated)
- Committer:
- Bethory
- Date:
- Wed May 30 00:01:50 2018 +0000
- Revision:
- 0:6ad07c9019fd
Codigo de tales para todos los pasculaes
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Bethory | 0:6ad07c9019fd | 1 | #--- Inputs ----# |
| Bethory | 0:6ad07c9019fd | 2 | CPPUTEST_HOME = /usr |
| Bethory | 0:6ad07c9019fd | 3 | CPPUTEST_USE_EXTENSIONS = Y |
| Bethory | 0:6ad07c9019fd | 4 | CPPUTEST_USE_VPATH = Y |
| Bethory | 0:6ad07c9019fd | 5 | CPPUTEST_USE_GCOV = Y |
| Bethory | 0:6ad07c9019fd | 6 | CPPUTEST_USE_MEM_LEAK_DETECTION = N |
| Bethory | 0:6ad07c9019fd | 7 | CPP_PLATFORM = gcc |
| Bethory | 0:6ad07c9019fd | 8 | INCLUDE_DIRS =\ |
| Bethory | 0:6ad07c9019fd | 9 | .\ |
| Bethory | 0:6ad07c9019fd | 10 | ../../stubs\ |
| Bethory | 0:6ad07c9019fd | 11 | ../../target_h\ |
| Bethory | 0:6ad07c9019fd | 12 | ../../..\ |
| Bethory | 0:6ad07c9019fd | 13 | ../../../../../features \ |
| Bethory | 0:6ad07c9019fd | 14 | ../../../../../features/netsocket \ |
| Bethory | 0:6ad07c9019fd | 15 | ../../../../.. \ |
| Bethory | 0:6ad07c9019fd | 16 | ../../../../../rtos \ |
| Bethory | 0:6ad07c9019fd | 17 | ../../../../../rtos/TARGET_CORTEX \ |
| Bethory | 0:6ad07c9019fd | 18 | ../../../../../platform \ |
| Bethory | 0:6ad07c9019fd | 19 | ../../../../../hal \ |
| Bethory | 0:6ad07c9019fd | 20 | ../../../../../events \ |
| Bethory | 0:6ad07c9019fd | 21 | ../../../../../events/equeue \ |
| Bethory | 0:6ad07c9019fd | 22 | ../../../../../drivers \ |
| Bethory | 0:6ad07c9019fd | 23 | ../../../framework\ |
| Bethory | 0:6ad07c9019fd | 24 | ../../../framework/common\ |
| Bethory | 0:6ad07c9019fd | 25 | ../../../framework/AT\ |
| Bethory | 0:6ad07c9019fd | 26 | ../../../framework/API\ |
| Bethory | 0:6ad07c9019fd | 27 | /usr/include\ |
| Bethory | 0:6ad07c9019fd | 28 | $(CPPUTEST_HOME)/include\ |
| Bethory | 0:6ad07c9019fd | 29 | |
| Bethory | 0:6ad07c9019fd | 30 | CPPUTESTFLAGS = -D__thumb2__ -w -D__INLINE=__inline |
| Bethory | 0:6ad07c9019fd | 31 | CPPUTEST_CFLAGS += -std=gnu99 |
| Bethory | 0:6ad07c9019fd | 32 |