* grub-core/tests/div_test.c: New test.
This commit is contained in:
parent
4db2250000
commit
d061fda7e9
4 changed files with 134 additions and 0 deletions
|
@ -1855,6 +1855,11 @@ module = {
|
|||
common = tests/setjmp_test.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = div_test;
|
||||
common = tests/div_test.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = videotest_checksum;
|
||||
common = tests/videotest_checksum.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue