Makefile.am 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. # ##############################################################################
  2. # AUTOMATICALLY GENERATED FILE -- DO NOT EDIT.
  3. #
  4. # This file is generated automatically by libpqxx's template2mak.py script, and
  5. # will be rewritten from time to time.
  6. #
  7. # If you modify this file, chances are your modifications will be lost.
  8. #
  9. # The template2mak.py script should be available in the tools directory of the
  10. # libpqxx source archive.
  11. #
  12. # Generated from template './test/Makefile.am.template'.
  13. # ##############################################################################
  14. # Makefile.am is generated automatically for automake whenever test programs are
  15. # added to libpqxx.
  16. EXTRA_DIST = Makefile.am.template
  17. # Use the serial test runner, so tests don't get run in parallel. Otherwise,
  18. # output from test failures will be hidden away in log files where we can't
  19. # see them when running in a build slave.
  20. AUTOMAKE_OPTIONS=serial-tests
  21. AM_CPPFLAGS=-I$(top_builddir)/include -I$(top_srcdir)/include
  22. # Override automatically generated list of default includes. It contains only
  23. # unnecessary entries, and incorrectly mentions include/pqxx directly.
  24. DEFAULT_INCLUDES=
  25. noinst_HEADERS = test_helpers.hxx
  26. CLEANFILES=pqxxlo.txt
  27. MAINTAINERCLEANFILES=Makefile.in
  28. #TESTS_ENVIRONMENT=PGDATABASE=libpqxx
  29. # PGDATABASE, PGHOST, PGPORT, PGUSER
  30. runner_SOURCES = \
  31. test00.cxx \
  32. test01.cxx \
  33. test02.cxx \
  34. test04.cxx \
  35. test07.cxx \
  36. test10.cxx \
  37. test11.cxx \
  38. test13.cxx \
  39. test14.cxx \
  40. test16.cxx \
  41. test17.cxx \
  42. test18.cxx \
  43. test20.cxx \
  44. test21.cxx \
  45. test26.cxx \
  46. test29.cxx \
  47. test30.cxx \
  48. test32.cxx \
  49. test37.cxx \
  50. test39.cxx \
  51. test46.cxx \
  52. test56.cxx \
  53. test60.cxx \
  54. test61.cxx \
  55. test62.cxx \
  56. test69.cxx \
  57. test70.cxx \
  58. test71.cxx \
  59. test72.cxx \
  60. test74.cxx \
  61. test75.cxx \
  62. test76.cxx \
  63. test77.cxx \
  64. test78.cxx \
  65. test79.cxx \
  66. test82.cxx \
  67. test84.cxx \
  68. test87.cxx \
  69. test88.cxx \
  70. test89.cxx \
  71. test90.cxx \
  72. unit/test_array.cxx \
  73. unit/test_binarystring.cxx \
  74. unit/test_blob.cxx \
  75. unit/test_cancel_query.cxx \
  76. unit/test_column.cxx \
  77. unit/test_composite.cxx \
  78. unit/test_connection.cxx \
  79. unit/test_cursor.cxx \
  80. unit/test_encodings.cxx \
  81. unit/test_error_verbosity.cxx \
  82. unit/test_errorhandler.cxx \
  83. unit/test_escape.cxx \
  84. unit/test_exceptions.cxx \
  85. unit/test_field.cxx \
  86. unit/test_float.cxx \
  87. unit/test_largeobject.cxx \
  88. unit/test_nonblocking_connect.cxx \
  89. unit/test_notification.cxx \
  90. unit/test_pipeline.cxx \
  91. unit/test_prepared_statement.cxx \
  92. unit/test_range.cxx \
  93. unit/test_read_transaction.cxx \
  94. unit/test_result_iteration.cxx \
  95. unit/test_result_slicing.cxx \
  96. unit/test_row.cxx \
  97. unit/test_separated_list.cxx \
  98. unit/test_simultaneous_transactions.cxx \
  99. unit/test_sql_cursor.cxx \
  100. unit/test_stateless_cursor.cxx \
  101. unit/test_strconv.cxx \
  102. unit/test_stream_from.cxx \
  103. unit/test_stream_to.cxx \
  104. unit/test_string_conversion.cxx \
  105. unit/test_subtransaction.cxx \
  106. unit/test_test_helpers.cxx \
  107. unit/test_thread_safety_model.cxx \
  108. unit/test_time.cxx \
  109. unit/test_transaction.cxx \
  110. unit/test_transaction_base.cxx \
  111. unit/test_transaction_focus.cxx \
  112. unit/test_transactor.cxx \
  113. unit/test_type_name.cxx \
  114. unit/test_zview.cxx \
  115. runner.cxx
  116. runner_LDADD = $(top_builddir)/src/libpqxx.la ${POSTGRES_LIB}
  117. TESTS = runner
  118. check_PROGRAMS = ${TESTS}