Skip to content
Snippets Groups Projects
Commit 52ad832f authored by Robert P. Goldman's avatar Robert P. Goldman Committed by Gary King
Browse files

Added test-op.

Added a discussion of the test-op to the section on predefined
operations.
parent ac61c2ad
No related branches found
No related tags found
No related merge requests found
......@@ -667,6 +667,21 @@ If you are creating a component type, you need to implement this
operation - at least, where meaningful.
@end deffn
@deffn Operation test-op
This operation will perform some tests on the module. The default
method will do nothing. The default dependency is to require
@code{load-op} to be performed on the module first. The default
@code{operation-done-p} is that the operation is @emph{never} done ---
we assume that if you invoke the @code{test-op}, you want to test the
system, even if you have already done so.
The results of this operation are not defined by ASDF. It has proven
difficult to define how the test operation should signal its results to
the user in a way that is compatible with all of the various test
libraries and test techniques in use in the community.
@end deffn
@deffn Operation test-system-version &key minimum
Asks the system whether it satisfies a version requirement.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment