A separate target for build is useful with cross-compilation. In this
case it makes sense to build the tests without running them on the host
machine.

The default target is now 'all' and only builds the tests

Signed-off-by: Cristian Stoica <cristian.sto...@nxp.com>
---

Changes from v1:
Clean-up commit message; default target is changed from 'build' to 'all'

 tests/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/Makefile b/tests/Makefile
index 3155da9..89f88fe 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -19,6 +19,8 @@ example-async-hmac-objs := async_hmac.o
 example-async-speed-objs := async_speed.o
 example-hashcrypt-speed-objs := hashcrypt_speed.c
 
+all: $(hostprogs)
+
 check: $(hostprogs)
        ./cipher
        ./hmac
@@ -33,3 +35,5 @@ clean:
 
 ${comp_progs}: LDLIBS += -lssl -lcrypto
 ${comp_progs}: %: %.o openssl_wrapper.o
+
+.PHONY: all clean check
-- 
2.7.0


_______________________________________________
Cryptodev-linux-devel mailing list
Cryptodev-linux-devel@gna.org
https://mail.gna.org/listinfo/cryptodev-linux-devel

Reply via email to