aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2014-07-22 17:02:31 -0400
committerMaxim Uvarov <maxim.uvarov@linaro.org>2014-07-25 10:17:42 +0400
commit49dc95b655059df7e5fbd9b319c19b2863fdb500 (patch)
tree1e8b861fcafaa4f6f0d72658b781f5fc1134bc3b /Makefile.am
parent16e10e1e354e8c771bbd4da1a07f23e8983eea1c (diff)
Move ODP examples from under tests
The expectations of example code vs testing code is significantly different. This difference is more easily managed if tests and examples have their own root directory especially as the number of validation tests is increased for the ODP 1.0 release. For example test cases may be significantly more complex than a good example might be expected to be. In addition tests are not expected to have Doxygen documentation and tests will not be expected to be coherent, they will test isolated APIs and to do so may perform illegal combinations of calls making them poor examples. Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-and-Tested-by: Ciprian Barbu <ciprian.barbu@linaro.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 36d5c23..21f1b11 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
ACLOCAL_AMFLAGS=-I m4
AUTOMAKE_OPTIONS = foreign
-SUBDIRS = platform test
+SUBDIRS = platform example test
include $(top_srcdir)/aminclude.am