commit | c7ffd36a97681790301eb8c0d9ba23377c4c9fd8 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Thu Apr 05 12:08:29 2012 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu Apr 05 12:08:29 2012 +0000 |
tree | 0694a7b9d9b497bba14316c1e2424f218f85076d | |
parent | f9964abe7c7284b179fdb8a65689294a45d7c6de [diff] |
- Added automatic debug flags to CFLAGS if DEBUG is set in shell
diff --git a/tests/Makefile b/tests/Makefile index 3d2c1bf..a44d8dc 100644 --- a/tests/Makefile +++ b/tests/Makefile
@@ -9,6 +9,10 @@ OFLAGS = -O LDFLAGS += -L../library -lpolarssl $(SYS_LDFLAGS) +ifdef DEBUG +CFLAGS += -g3 +endif + APPS = test_suite_aes test_suite_arc4 \ test_suite_base64 test_suite_camellia \ test_suite_cipher.aes test_suite_cipher.camellia \