build tests on make, but run on make check

This commit is contained in:
BVK Chaitanya 2010-01-12 10:16:17 +05:30
parent 350285caae
commit c5431d4029
3 changed files with 31 additions and 26 deletions

View file

@ -1,6 +1,9 @@
2010-01-12 BVK Chaitanya <bvk@dbook>
* include/grub/test.h: Removed EXPORT_* usage.
* conf/tests.rmk: Build tests on make.
* Makefile.in (check): Use new variables.
* include/grub/test.h: Remove EXPORT_* usage.
* tests/util/grub-shell-tester.in: Fix error message.