aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2016-07-05 22:31:19 -0400
committerPaul Selkirk <paul@psgd.org>2016-07-05 22:31:19 -0400
commite1c57eff41a57b8a3f16e5d652b5598d75887a21 (patch)
treecb734225f5cfa8a563b07624ada86a47b2590cc2 /Makefile
parent93d6f4ace94c1198e7befdea370df594af211a83 (diff)
export RPC_MODE for tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9f9b25e..ec43558 100644
--- a/Makefile
+++ b/Makefile
@@ -192,6 +192,7 @@ CFLAGS += -I${CRYPTECH_ROOT}/sw/libhal
CFLAGS += -I${LIBTFM_BLD}
export CFLAGS
+export RPC_MODE
all: ${LIB}
cd tests; ${MAKE} $@