Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asdf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hugo Ishimaru
asdf
Commits
52ad832f
Commit
52ad832f
authored
15 years ago
by
Robert P. Goldman
Committed by
Gary King
15 years ago
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
asdf.texinfo
+15
-0
15 additions, 0 deletions
asdf.texinfo
with
15 additions
and
0 deletions
asdf.texinfo
+
15
−
0
View file @
52ad832f
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment