diff options
Diffstat (limited to 'tests/unit/Makefile')
| -rw-r--r-- | tests/unit/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unit/Makefile b/tests/unit/Makefile index 7ebc3b2..ebf8d0f 100644 --- a/tests/unit/Makefile +++ b/tests/unit/Makefile | |||
| @@ -14,6 +14,9 @@ CFLAGS := -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-sign-com | |||
| 14 | -DECMULT_WINDOW_SIZE=8 -DECMULT_GEN_PREC_BITS=4 \ | 14 | -DECMULT_WINDOW_SIZE=8 -DECMULT_GEN_PREC_BITS=4 \ |
| 15 | -include stubs/esp_err.h \ | 15 | -include stubs/esp_err.h \ |
| 16 | -I stubs \ | 16 | -I stubs \ |
| 17 | -I $(REPO_ROOT)/components/tollgate_core/include \ | ||
| 18 | -I $(REPO_ROOT)/components/tollgate_core/src \ | ||
| 19 | -I $(REPO_ROOT)/main \ | ||
| 17 | -I $(SECP256K1_INC) \ | 20 | -I $(SECP256K1_INC) \ |
| 18 | -I $(SECP256K1_CFG) \ | 21 | -I $(SECP256K1_CFG) \ |
| 19 | -I /usr/include/cjson | 22 | -I /usr/include/cjson |