X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=Makefile.am;h=2c4dcfe036090c7fed250f5224346a264cd4e9e6;hb=d0aa081697fcdc51fc24fa268f13a8d130366b36;hp=ad6b1e64afefd44378b0486001f690c41d04ec5c;hpb=af586ebe59b73c23b2291624ab0015913c5a3687;p=mmh diff --git a/Makefile.am b/Makefile.am index ad6b1e6..2c4dcfe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,6 +37,7 @@ TESTS_ENVIRONMENT = MH_OBJ_DIR=@abs_builddir@ \ MH_TEST_DIR=@abs_builddir@/test/testdir \ auxexecdir=$(auxexecdir) bindir=$(bindir) \ mandir=$(mandir) sysconfdir=$(sysconfdir) \ + MULTIBYTE_ENABLED=$(MULTIBYTE_ENABLED) \ $(TESTS_SHELL) ## Keep at end of TESTS_ENVIRONMENT. ## ## Important note: the "cleanup" test should always be last @@ -66,7 +67,7 @@ TESTS = test/bad-input/test-header \ test/refile/test-refile \ test/repl/test-if-str test/repl/test-trailing-newline \ test/repl/test-multicomp \ - test/scan/test-scan \ + test/scan/test-scan test/scan/test-scan-multibyte \ test/sequences/test-flist test/sequences/test-mark \ test/whatnow/test-attach-detach test/whatnow/test-cd \ test/whatnow/test-ls test/whom/test-whom \