File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,13 @@ can define two tests at once with:
26
26
(names mytest expect_test)
27
27
<optional fields>)
28
28
29
- This defines an executable named ``mytest.exe `` that will be executed as part of
30
- the ``runtest `` alias. If the directory also contains an
31
- ``expect_test.expected `` file, then ``expect_test `` will be used to define an
32
- expect test. That is, the test will be executed and its output will be compared
33
- to ``expect_test.expected ``.
29
+ This defines an executable named ``mytest.exe ``. These tests can be run by
30
+ building the aliases ``mytest `` and ``expect_test `` respectively. They will also
31
+ be added to the ``runtest `` alias.
32
+
33
+ If the directory also contains an ``expect_test.expected `` file, then
34
+ ``expect_test `` will be used to define an expect test. That is, the test will be
35
+ executed and its output will be compared to ``expect_test.expected ``.
34
36
35
37
The optional fields supported are a subset of the alias and executables fields.
36
38
In particular, all fields except for ``public_names `` are supported from the
You can’t perform that action at this time.
0 commit comments