Imported Upstream version 4.0
[platform/upstream/make.git] / tests / scripts / features / utf8
1 #                                                                    -*-perl-*-
2
3 $description = "Test support for UTF-8.";
4
5 $details = "";
6
7 # Verify that the UTF-8 BOM is ignored.
8 run_make_test("\xEF\xBB\xBFall: ; \@echo \$\@\n", '', "all");
9
10 # This tells the test driver that the perl test script executed properly.
11 1;