Rename grub-core/tests/checksums.c into grub-core/tests/checksums.h

and add it as source to functional_test module.
This commit is contained in:
Andrey Borzenkov 2013-05-03 18:39:17 +04:00
parent aa73d688e7
commit 8cec7bd40b
4 changed files with 8 additions and 2 deletions

View file

@ -1731,6 +1731,7 @@ module = {
name = functional_test;
common = tests/lib/functional_test.c;
common = tests/lib/test.c;
common = tests/checksums.h;
common = tests/video_checksum.c;
common = tests/fake_input.c;
common = video/capture.c;