Browse Source

Fix header paths braindamage in the tests directory too.

master
Alexei Sheplyakov 17 years ago
parent
commit
0e9c0591fb
  1. 2
      tests/Makefile.in
  2. 2
      tests/test_MI.cc
  3. 2
      tests/timeLFRAmul.cc
  4. 2
      tests/timeLFatan-compare.cc
  5. 2
      tests/timeLFatan.cc
  6. 2
      tests/timeLFatanh-compare.cc
  7. 2
      tests/timeLFatanh.cc
  8. 2
      tests/timeLFcos-compare.cc
  9. 2
      tests/timeLFcos.cc
  10. 2
      tests/timeLFcosh.cc
  11. 2
      tests/timeLFexp-compare.cc
  12. 2
      tests/timeLFexp.cc
  13. 2
      tests/timeLFln-compare.cc
  14. 2
      tests/timeLFln.cc
  15. 2
      tests/timeLFsin-compare.cc
  16. 2
      tests/timeLFsin.cc
  17. 2
      tests/timeLFsinh.cc
  18. 2
      tests/timeLFsqrt.cc
  19. 2
      tests/timeRALFdiv.cc
  20. 2
      tests/timecatalan.cc
  21. 6
      tests/timediv2adic-compare.cc
  22. 6
      tests/timediv2adic.cc
  23. 2
      tests/timeeuler.cc
  24. 2
      tests/timefact.cc
  25. 6
      tests/timerecip2adic-compare.cc
  26. 6
      tests/timerecip2adic.cc
  27. 2
      tests/timezeta3.cc

2
tests/Makefile.in

@ -16,7 +16,7 @@ CPPFLAGS = @CPPFLAGS@
CXX = @CXX@
CXXFLAGS = @CXXFLAGS@
CXXCPP = @CXXCPP@
INCLUDES = -I../include -I${top_srcdir}/include -I${srcdir} -I${top_srcdir}/src -I${top_srcdir}/src/base -I${top_srcdir}/src/float -I${top_srcdir}/src/float/lfloat -I${top_srcdir}/src/integer -I${top_srcdir}/src/base/random -I${top_srcdir}/src/base/digitseq -I${top_srcdir}/src/base/digit -I../src/base -I${top_srcdir}/src/base
INCLUDES = -I../include -I${top_srcdir}/include -I${srcdir} -I${top_srcdir}/src -I$(top_builddir)/src
override CPPFLAGS += ${INCLUDES}
LIBTOOL = @LIBTOOL@
LIBTOOL_LINK = ${LIBTOOL} --mode=link

2
tests/test_MI.cc

@ -1,5 +1,5 @@
#include <iostream>
#include "cl_macros.h"
#include "base/cl_macros.h"
extern int test_MI_canonhom (int iterations);
extern int test_MI_plus (int iterations);

2
tests/timeLFRAmul.cc

@ -2,7 +2,7 @@
#include <cln/io.h>
#include <cln/integer.h>
#include <cln/lfloat.h>
#include "cl_LF.h"
#include "float/lfloat/cl_LF.h"
#include <cln/rational.h>
#include <cln/float_io.h>
#include <cln/random.h>

2
tests/timeLFatan-compare.cc

@ -2,7 +2,7 @@
#include <cln/io.h>
#include <cln/float.h>
#include <cln/lfloat.h>
#include "cl_LF.h"
#include "float/lfloat/cl_LF.h"
#include <cln/real.h>
#include <cln/random.h>
#include <cstdlib>

2
tests/timeLFatan.cc

@ -3,7 +3,7 @@
#include <cln/float.h>
#include <cln/float_io.h>
#include <cln/lfloat.h>
#include "cl_LF.h"
#include "float/lfloat/cl_LF.h"
#include <cln/real.h>
#include <cln/random.h>
#include <cstdlib>

2
tests/timeLFatanh-compare.cc

@ -2,7 +2,7 @@
#include <cln/io.h>
#include <cln/float.h>
#include <cln/lfloat.h>
#include "cl_LF.h"
#include "float/lfloat/cl_LF.h"
#include <cln/complex.h>
#include <cln/real.h>
#include <cln/random.h>

2
tests/timeLFatanh.cc

@ -2,7 +2,7 @@
#include <cln/io.h>
#include <cln/float.h>
#include <cln/lfloat.h>
#include "cl_LF.h"
#include "float/lfloat/cl_LF.h"
#include <cln/complex.h>
#include <cln/complex_io.h>
#include <cln/real.h>

2
tests/timeLFcos-compare.cc

@ -2,7 +2,7 @@
#include <cln/io.h>
#include <cln/float.h>
#include <cln/lfloat.h>
#include "cl_LF.h"
#include "float/lfloat/cl_LF.h"
#include <cln/real.h>
#include <cln/random.h>
#include <cstdlib>

2
tests/timeLFcos.cc

@ -3,7 +3,7 @@
#include <cln/float.h>
#include <cln/float_io.h>
#include <cln/lfloat.h>
#include "cl_LF.h"
#include "float/lfloat/cl_LF.h"
#include <cln/real.h>
#include <cln/random.h>
#include <cstdlib>

2
tests/timeLFcosh.cc

@ -3,7 +3,7 @@
#include <cln/float.h>
#include <cln/float_io.h>
#include <cln/lfloat.h>
#include "cl_LF.h"
#include "float/lfloat/cl_LF.h"
#include <cln/real.h>
#include <cln/random.h>
#include <cstdlib>

2
tests/timeLFexp-compare.cc

@ -2,7 +2,7 @@
#include <cln/io.h>
#include <cln/float.h>
#include <cln/lfloat.h>
#include "cl_LF.h"
#include "float/lfloat/cl_LF.h"
#include <cln/real.h>
#include <cln/random.h>
#include <cstdlib>

2
tests/timeLFexp.cc

@ -3,7 +3,7 @@
#include <cln/float.h>
#include <cln/float_io.h>
#include <cln/lfloat.h>
#include "cl_LF.h"
#include "float/lfloat/cl_LF.h"
#include <cln/real.h>
#include <cln/random.h>
#include <cstdlib>

2
tests/timeLFln-compare.cc

@ -2,7 +2,7 @@
#include <cln/io.h>
#include <cln/float.h>
#include <cln/lfloat.h>
#include "cl_LF.h"
#include "float/lfloat/cl_LF.h"
#include <cln/real.h>
#include <cln/random.h>
#include <cstdlib>

2
tests/timeLFln.cc

@ -3,7 +3,7 @@
#include <cln/float.h>
#include <cln/float_io.h>
#include <cln/lfloat.h>
#include "cl_LF.h"
#include "float/lfloat/cl_LF.h"
#include <cln/real.h>
#include <cln/random.h>
#include <cstdlib>

2
tests/timeLFsin-compare.cc

@ -2,7 +2,7 @@
#include <cln/io.h>
#include <cln/float.h>
#include <cln/lfloat.h>
#include "cl_LF.h"
#include "float/lfloat/cl_LF.h"
#include <cln/real.h>
#include <cln/random.h>
#include <cstdlib>

2
tests/timeLFsin.cc

@ -3,7 +3,7 @@
#include <cln/float.h>
#include <cln/float_io.h>
#include <cln/lfloat.h>
#include "cl_LF.h"
#include "float/lfloat/cl_LF.h"
#include <cln/real.h>
#include <cln/random.h>
#include <cstdlib>

2
tests/timeLFsinh.cc

@ -3,7 +3,7 @@
#include <cln/float.h>
#include <cln/float_io.h>
#include <cln/lfloat.h>
#include "cl_LF.h"
#include "float/lfloat/cl_LF.h"
#include <cln/real.h>
#include <cln/random.h>
#include <cstdlib>

2
tests/timeLFsqrt.cc

@ -3,7 +3,7 @@
#include <cln/float.h>
#include <cln/float_io.h>
#include <cln/lfloat.h>
#include "cl_LF.h"
#include "float/lfloat/cl_LF.h"
#include <cln/real.h>
#include <cln/random.h>
#include <cstdlib>

2
tests/timeRALFdiv.cc

@ -2,7 +2,7 @@
#include <cln/io.h>
#include <cln/integer.h>
#include <cln/lfloat.h>
#include "cl_LF.h"
#include "float/lfloat/cl_LF.h"
#include <cln/rational.h>
#include <cln/float_io.h>
#include <cln/random.h>

2
tests/timecatalan.cc

@ -6,7 +6,7 @@
#include <cstdlib>
#include <cstring>
#include <cln/timing.h>
#include "cl_LF.h"
#include "float/lfloat/cl_LF.h"
using namespace cln;
int main (int argc, char * argv[])

6
tests/timediv2adic-compare.cc

@ -1,10 +1,10 @@
#include <cln/number.h>
#include <cln/io.h>
#include <cln/integer.h>
#include "cl_DS.h"
#include "cl_2DS.h"
#include "base/digitseq/cl_DS.h"
#include "base/digitseq/cl_2DS.h"
#include <cln/random.h>
#include "cl_random_impl.h"
#include "base/random/cl_random_impl.h"
#include <cstdlib>
#include <cstring>
#include <cln/timing.h>

6
tests/timediv2adic.cc

@ -1,10 +1,10 @@
#include <cln/number.h>
#include <cln/io.h>
#include <cln/integer.h>
#include "cl_DS.h"
#include "cl_2DS.h"
#include "base/digitseq/cl_DS.h"
#include "base/digitseq/cl_2DS.h"
#include <cln/random.h>
#include "cl_random_impl.h"
#include "base/random/cl_random_impl.h"
#include <cstdlib>
#include <cstring>
#include <cln/timing.h>

2
tests/timeeuler.cc

@ -6,7 +6,7 @@
#include <cstdlib>
#include <cstring>
#include <cln/timing.h>
#include "cl_LF.h"
#include "float/lfloat/cl_LF.h"
using namespace cln;
int main (int argc, char * argv[])

2
tests/timefact.cc

@ -2,7 +2,7 @@
#include <cln/io.h>
#include <cln/integer.h>
#include <cln/random.h>
#include "cl_I.h"
#include "integer/cl_I.h"
#include <cstdlib>
#include <cstring>
#include <cln/timing.h>

6
tests/timerecip2adic-compare.cc

@ -1,10 +1,10 @@
#include <cln/number.h>
#include <cln/io.h>
#include <cln/integer.h>
#include "cl_DS.h"
#include "cl_2DS.h"
#include "base/digitseq/cl_DS.h"
#include "base/digitseq/cl_2DS.h"
#include <cln/random.h>
#include "cl_random_impl.h"
#include "base/random/cl_random_impl.h"
#include <cstdlib>
#include <cstring>
#include <cln/timing.h>

6
tests/timerecip2adic.cc

@ -1,10 +1,10 @@
#include <cln/number.h>
#include <cln/io.h>
#include <cln/integer.h>
#include "cl_DS.h"
#include "cl_2DS.h"
#include "base/digitseq/cl_DS.h"
#include "base/digitseq/cl_2DS.h"
#include <cln/random.h>
#include "cl_random_impl.h"
#include "base/random/cl_random_impl.h"
#include <cstdlib>
#include <cstring>
#include <cln/timing.h>

2
tests/timezeta3.cc

@ -5,7 +5,7 @@
#include <cstdlib>
#include <cstring>
#include <cln/timing.h>
#include "cl_LF.h"
#include "float/lfloat/cl_LF.h"
using namespace cln;
int main (int argc, char * argv[])

Loading…
Cancel
Save