aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorRob Savoye <rob@welcomehome.org>2001-04-06 15:58:26 +0000
committerRob Savoye <rob@welcomehome.org>2001-04-06 15:58:26 +0000
commit67f23aa1c6cbc0d31adfed48dbbf0b140b4bcc12 (patch)
tree73cff2319a769840816a92544cfc179c822aac64 /example
parent6280bb2cdb1ecc93f13098a026c323bea07de6f5 (diff)
downloaddejagnu-67f23aa1c6cbc0d31adfed48dbbf0b140b4bcc12.zip
dejagnu-67f23aa1c6cbc0d31adfed48dbbf0b140b4bcc12.tar.gz
dejagnu-67f23aa1c6cbc0d31adfed48dbbf0b140b4bcc12.tar.bz2
* Makefile.am: Add an empty check-DEJAGNU target, cause we only
want to run the testsuite once. * example/Makefile.am: Don't run "calc" as part of check target, cause calc is just an example. * testsuite/Makefile.am: Use the runtest in the source tree, or refuse to run.
Diffstat (limited to 'example')
-rw-r--r--example/Makefile.am3
-rw-r--r--example/Makefile.in3
2 files changed, 6 insertions, 0 deletions
diff --git a/example/Makefile.am b/example/Makefile.am
index 9408769..15e59ee 100644
--- a/example/Makefile.am
+++ b/example/Makefile.am
@@ -3,3 +3,6 @@
AUTOMAKE_OPTIONS = dejagnu
SUBDIRS = calc
+
+check-recursive:
+ @echo "No check target in examples" \ No newline at end of file
diff --git a/example/Makefile.in b/example/Makefile.in
index 7b5faf6..3ced4ef 100644
--- a/example/Makefile.in
+++ b/example/Makefile.in
@@ -310,6 +310,9 @@ installdirs mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+check-recursive:
+ @echo "No check target in examples"
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: