Revision: 14768
Author: adrian.chadd
Date: Sun Aug 29 01:09:49 2010
Log: Tie in the ATF stuff into "make check".
I don't like how it collapses all the test cases into one; I may look at a
better way of doing this later.
http://code.google.com/p/lusca-cache/source/detail?r=14768
Modified:
/branches/LUSCA_HEAD/test-suite/atf/Makefile.am
=======================================
--- /branches/LUSCA_HEAD/test-suite/atf/Makefile.am Sun Aug 29 00:50:32 2010
+++ /branches/LUSCA_HEAD/test-suite/atf/Makefile.am Sun Aug 29 01:09:49 2010
@@ -54,6 +54,11 @@
libsqurl_SOURCES= libsqurl.c core.c
url_benchmark_SOURCES= url_benchmark.c core.c
+check-local: check-atf
+
+check-atf:
+ env PATH=$$PATH:$(ATF_BINDIR) $(ATF_BINDIR)/atf-run |
$(ATF_BINDIR)/atf-report
+
#check: libhttp lib_Vector libsqurl
# @env PATH=$$PATH:$(ATF_BINDIR) $(ATF_BINDIR)/atf-run |
$(ATF_BINDIR)/atf-report
--
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en.