mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-27 23:06:53 +00:00
12 lines
320 B
Text
12 lines
320 B
Text
|
# -*-perl-*-
|
||
|
|
||
|
$description = "Test support for UTF-8.";
|
||
|
|
||
|
$details = "";
|
||
|
|
||
|
# Verify that the UTF-8 BOM is ignored.
|
||
|
run_make_test("\xEF\xBB\xBFall: ; \@echo \$\@\n", '', "all");
|
||
|
|
||
|
# This tells the test driver that the perl test script executed properly.
|
||
|
1;
|