dsmake.output 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. :)
  2. cd tests; make runtests
  3. make[1]: Entering directory '/home/gold/sf/graphlet-recompile/GTL-1.2.4/tests'
  4. g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DGENERIC_MAJOR_VERSION=1 -DGENERIC_MINOR_VERSION=2 -DGENERIC_MICRO_VERSION=4 -DPACKAGE=\"GTL\" -DVERSION=\"1.2.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I../include -g -O2 -MT graph_test.o -MD -MP -MF .deps/graph_test.Tpo -c -o graph_test.o graph_test.cpp
  5. mv -f .deps/graph_test.Tpo .deps/graph_test.Po
  6. /bin/bash ../libtool --silent --tag=CXX --mode=link g++ -g -O2 -o graph_test graph_test.o ../src/libGTL.la
  7. ./bellman_ford_test
  8. Bellman Ford with positive edge weights
  9. check OK
  10. run OK
  11. Distances OK
  12. Predecessors OK
  13. Negative Cycle OK
  14. Bellman Ford with some negative edge weights
  15. check OK
  16. run OK
  17. Distances OK
  18. Predecessors OK
  19. Negative Cycle OK
  20. Bellman Ford with negative cycle
  21. check OK
  22. run OK
  23. Negative Cycle OK
  24. ./graph_test
  25. Loading graph and preserving ids
  26. Loading OK
  27. Number of ids OK
  28. Loading graph and preserving ids
  29. Loading OK
  30. Number of ids OK
  31. make[1]: Leaving directory '/home/gold/sf/graphlet-recompile/GTL-1.2.4/tests'
  32. end of make