~ubuntu-branches/ubuntu/wily/igraph/wily-proposed

« back to all changes in this revision

Viewing changes to tests/operators.at

  • Committer: Package Import Robot
  • Author(s): Tamás Nepusz, Andreas Tille, Tamas Nepusz
  • Date: 2014-08-29 08:39:02 UTC
  • mfrom: (7.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20140829083902-y4k2iu2mlizkq0o0
Tags: 0.7.1-2
[ Andreas Tille ]
* Move packagiong from SVN to Git

[ Tamas Nepusz ]
* Remove debian/patches/link_f2c.patch; f2c linkage not needed if
  BLAS, LAPACK and ARPACK are all linked dynamically
  Closes: #702882
* debian/patches/remove_unused_test_target.patch added to make
  dh_auto_test work
* debian/patches/fix_failing_tests.patch added to fix some failing
  test cases 
* debian/patches/cppflags_restore.patch added to fix incorrect
  handling of CPPFLAGS in the configure script
* debian/patches/drl_spelling_fix.patch added to fix a spelling
  error in the source and silence a lintian warning

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        [simple/igraph_intersection.out])
41
41
AT_CLEANUP
42
42
 
 
43
AT_SETUP([Intersection 2 (igraph_intersection, igraph_intersection_many):])
 
44
AT_KEYWORDS([igraph_intersection, igraph_intersection_many, intersection])
 
45
AT_COMPILE_CHECK([simple/igraph_intersection2.c],
 
46
        [simple/igraph_intersection2.out])
 
47
AT_CLEANUP
 
48
 
43
49
AT_SETUP([Difference (igraph_difference):])
44
50
AT_KEYWORDS([igraph_difference, difference])
45
51
AT_COMPILE_CHECK([simple/igraph_difference.c],