From ffff8ddbef298d960bb4f91128298cf28f8d9928 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 12 Jul 2007 20:38:54 +0000 Subject: Compile most of the example apps in docs/examples when doing a 'make check'. --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 733ec0482..f7affef8a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,7 +49,7 @@ html: pdf: cd docs; make pdf -check: test +check: test examples if CROSSCOMPILING test-full: test @@ -71,6 +71,9 @@ test-torture: endif +examples: + @(cd docs/examples; $(MAKE) all) + # # Build source and binary rpms. For rpm-3.0 and above, the ~/.rpmmacros # must contain the following line: -- cgit v1.2.1