1commit 3e96a6c41bdd26417265a45ed685138d8eed564e 2Author: Aws Ismail <aws.ismail@windriver.com> 3Date: Fri Sep 14 02:32:53 2012 -0400 4 5 openl2tp: Enable tests 6 7 Build the test direcctory as part 8 of the overall build 9 10 Signed-off-by: Aws Ismail <aws.ismail@windriver.com> 11 12diff --git a/Makefile b/Makefile 13index 412cf4d..adf4f44 100644 14--- a/Makefile 15+++ b/Makefile 16@@ -16,7 +16,7 @@ L2TP_FEATURE_LOCAL_CONF_FILE= y 17 18 # Define to include test code. This must be defined to run the 19 # regression tests 20-# L2TP_TEST= y 21+L2TP_TEST=y 22 23 # Define to compile in debug code. Also makes default trace flags 24 # enable all messages 25