forked from SchedMD/slurm
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs - Remove DejaGNU from documentation
Also mention the Pytests where it was missing. Bug 15606
- Loading branch information
1 parent
28415f1
commit c78881b
Showing
3 changed files
with
20 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
Deja Gnu Unit Tests | ||
Unit Tests | ||
|
||
1. These tests execute only when Slurm is built directly in the source | ||
directory, not when a separate build directory is used. | ||
2. Ensure the "expect", "dejagnu" and "check" packages are installed. | ||
3. From the top level source directory, execute "make check", which builds | ||
the executable files including various src/common/*.o files that will be | ||
unit tested. | ||
3. Change working directory to "testsuite/slurm_unit". | ||
4. Execute "make check" to execute the unit tests. | ||
1. Ensure that "check" package is installed. | ||
2. From the top level build directory, execute "make check", which builds | ||
and executes unit tests with Check. |