diff options
author | William S Fulton <wsf@fultondesigns.co.uk> | 2020-10-10 09:11:43 +0100 |
---|---|---|
committer | William S Fulton <wsf@fultondesigns.co.uk> | 2020-10-10 15:01:29 +0100 |
commit | fd592fdc3b01791eba19ed8eace26b7196d567c8 (patch) | |
tree | d3eac95319f839559d4871ff8f9731307d7ff0c3 /Examples/test-suite/octave | |
parent | 9a2513bf8532e7375ecb1c2dc2949dddb22063d1 (diff) | |
download | swig-fd592fdc3b01791eba19ed8eace26b7196d567c8.tar.gz |
Split C complex.h from C++ complex testing
Diffstat (limited to 'Examples/test-suite/octave')
-rw-r--r-- | Examples/test-suite/octave/Makefile.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Examples/test-suite/octave/Makefile.in b/Examples/test-suite/octave/Makefile.in index 1d54a47bb..9602d85f5 100644 --- a/Examples/test-suite/octave/Makefile.in +++ b/Examples/test-suite/octave/Makefile.in @@ -29,14 +29,6 @@ CPP_TEST_BROKEN += \ li_std_set \ li_std_stream -#C_TEST_CASES += - -# -# This test only works with modern C compilers -# -#C_TEST_CASES += \ -# complextest - include $(srcdir)/../common.mk # Overridden variables here |