Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
52ad832f
Commit
52ad832f
authored
Oct 25, 2009
by
Robert P. Goldman
Committed by
Gary King
Oct 26, 2009
Browse files
Added test-op.
Added a discussion of the test-op to the section on predefined operations.
parent
ac61c2ad
Changes
1
Show whitespace changes
Inline
Side-by-side
asdf.texinfo
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
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment