~ubuntu-branches/ubuntu/saucy/di/saucy

« back to all changes in this revision

Viewing changes to mkconfig/tests.d/c.d/c-include.dat

  • Committer: Bazaar Package Importer
  • Author(s): Michael Ablassmeier
  • Date: 2011-02-23 21:52:32 UTC
  • mfrom: (1.1.12 upstream) (3.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110223215232-01vg7m0try2on4cy
Tags: 4.27-2
Do not ship "mi" (Closes: #614745)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# test mkconfig include quoting, backslashes, indentation.
 
2
 
 
3
output include.ctest
 
4
loadunit c-main
 
5
include
 
6
 
 
7
/* test comment */
 
8
/*
 
9
  test comment 2
 
10
*/
 
11
/* TEST 1 */
 
12
/* a \\ b \' \" ' " */
 
13
/* TEST 2 */
 
14
#if _lib_bindtextdomain && \\
 
15
    _lib_gettext && \\
 
16
    _lib_setlocale && \\
 
17
    _lib_textdomain && \\
 
18
    _hdr_libintl && \\
 
19
    _hdr_locale && \\
 
20
(_command_msgfmt || _command_gmsgfmt)
 
21
# define _enable_nls 1
 
22
#else
 
23
# define _enable_nls 0
 
24
#endif
 
25
 
 
26
endinclude