File: constraint_tests.cpp

package info (click to toggle)
cgreen 1.6.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,588 kB
  • sloc: ansic: 12,276; sh: 558; makefile: 474; cpp: 403; python: 181; xml: 33; sed: 13
file content (12 lines) | stat: -rw-r--r-- 420 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
/*
  This file used to be a link to the corresponding .c file because we
  want to compile the same tests for C and C++. But since some systems
  don't handle symbolic links the same way as *ix systems we get
  inconsistencies (looking at you Cygwin) or plain out wrong (looking
  at you MSYS2, copying ?!?!?) behaviour.

  So we will simply include the complete .c source instead...
 */

#include "constraint_tests.c"