~ubuntu-branches/ubuntu/saucy/gnustep-base/saucy

« back to all changes in this revision

Viewing changes to Tests/base/GNUmakefile.super

  • Committer: Package Import Robot
  • Author(s): Benjamin Drung
  • Date: 2012-11-21 13:56:22 UTC
  • mfrom: (8.1.5 experimental)
  • Revision ID: package-import@ubuntu.com-20121121135622-1w035dpxneardw8q
Tags: 1.24.0-1ubuntu1
Backport upstream fix for recent libxml2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
# This is here to force the test sourcecode to be treated as UTF-8
 
3
# irrespective of the locale the testsuite is being run in.  That
 
4
# allows any UTF-8 characters in the source to be handled correctly
 
5
# by the compiler.  Of course, all test files need to be written in
 
6
# UTF-8 encoding for this to make sense.
 
7
ADDITIONAL_OBJC_FLAGS+="-finput-charset=UTF-8"