From 04550b7a08bfc2fa89fba75a61c6ca4825a95d51 Mon Sep 17 00:00:00 2001
From: Sven Gestegard Robertz <sven.robertz@cs.lth.se>
Date: Thu, 2 Jul 2015 10:06:30 +0200
Subject: [PATCH] added python handler example to makefile

---
 examples/user_types/Makefile | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/examples/user_types/Makefile b/examples/user_types/Makefile
index 92e7353..2ef1e0a 100644
--- a/examples/user_types/Makefile
+++ b/examples/user_types/Makefile
@@ -83,6 +83,9 @@ run:
 	@echo "************ running python decoder (from wiki_example):"
 	@PYTHONPATH=${LCDIR}/lib/python ../wiki_example/example_decoder.py encoded_data_j LabComm2014
 
+	@echo "************ running python decoder (with handlers):"
+	@PYTHONPATH=${LCDIR}/lib/python:gen:. ./example_handlers.py encoded_data_j LabComm2014
+
 	@echo "************ running C encoder: *****************"
 	@${LD_LIBRARY_PATH_NAME}=${LCDIR}/lib/c/ ./example_encoder encoded_data_c
 
@@ -95,6 +98,9 @@ run:
 	@echo "************ running python decoder (from wiki_example):"
 	@PYTHONPATH=${LCDIR}/lib/python ../wiki_example/example_decoder.py encoded_data_c LabComm2014
 
+	@echo "************ running python decoder (with handlers):"
+	@PYTHONPATH=${LCDIR}/lib/python:gen:. ./example_handlers.py encoded_data_j LabComm2014
+
 	@echo "************ running python encoder: *****************"
 	@PYTHONPATH=${LCDIR}/lib/python:${GENDIR} ./example_encoder.py encoded_data_p LabComm2014
 
@@ -107,6 +113,10 @@ run:
 	@echo "************ running python decoder (from wiki_example):"
 	PYTHONPATH=${LCDIR}/lib/python ../wiki_example/example_decoder.py encoded_data_p LabComm2014
 
+	@echo "************ running python decoder (with handlers):"
+	@PYTHONPATH=${LCDIR}/lib/python:gen:. ./example_handlers.py encoded_data_j LabComm2014
+
+
 runwcs: build ExampleEncoder.exe ExampleDecoder.exe
 	@echo
 	@echo "********************************************"
-- 
GitLab