1 From 4b5a135fa681e85eb6988a379f59f3c7a41cc48c Mon Sep 17 00:00:00 2001
2 From: Gilles Talis <gilles.talis@gmail.com>
3 Date: Fri, 21 Jun 2013 15:25:11 -0700
4 Subject: [PATCH 1/2] Disable building test programs
6 We are not really interested in building test programs.
7 Moreover, these programs use fork() function that is
8 not available on MMU-less architectures.
10 Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
11 [aduskett@gmail.com: Updated for 2.1.8]
12 Signed-off-by: Adam Duskett <aduskett@gmail.com>
15 1 file changed, 1 insertion(+), 1 deletion(-)
17 diff --git a/Makefile.am b/Makefile.am
18 index 42879a3..dc90359 100644
23 include include/include.am
24 include sample/include.am
25 -include test/include.am