PageRenderTime 82ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/test-suite/Makefile.am

#
Makefile | 244 lines | 210 code | 9 blank | 25 comment | 0 complexity | 25ea566337e2f2aa15ecfa06a7329af1 MD5 | raw file
Possible License(s): GPL-3.0, LGPL-3.0, GPL-2.0
  1. ## Process this file with automake to produce Makefile.in.
  2. ##
  3. ## Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
  4. ## 2010, 2011, 2012, 2013, 2014 Software Foundation, Inc.
  5. ##
  6. ## This file is part of GUILE.
  7. ##
  8. ## GUILE is free software; you can redistribute it and/or modify it
  9. ## under the terms of the GNU Lesser General Public License as
  10. ## published by the Free Software Foundation; either version 3, or
  11. ## (at your option) any later version.
  12. ##
  13. ## GUILE is distributed in the hope that it will be useful, but
  14. ## WITHOUT ANY WARRANTY; without even the implied warranty of
  15. ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. ## GNU Lesser General Public License for more details.
  17. ##
  18. ## You should have received a copy of the GNU Lesser General Public
  19. ## License along with GUILE; see the file COPYING.LESSER. If not,
  20. ## write to the Free Software Foundation, Inc., 51 Franklin Street,
  21. ## Fifth Floor, Boston, MA 02110-1301 USA
  22. SUBDIRS = standalone vm
  23. SCM_TESTS = tests/00-initial-env.test \
  24. tests/00-socket.test \
  25. tests/alist.test \
  26. tests/and-let-star.test \
  27. tests/arbiters.test \
  28. tests/arrays.test \
  29. tests/bit-operations.test \
  30. tests/bitvectors.test \
  31. tests/brainfuck.test \
  32. tests/bytevectors.test \
  33. tests/c-api.test \
  34. tests/chars.test \
  35. tests/coding.test \
  36. tests/common-list.test \
  37. tests/compiler.test \
  38. tests/control.test \
  39. tests/continuations.test \
  40. tests/coverage.test \
  41. tests/cross-compilation.test \
  42. tests/curried-definitions.test \
  43. tests/dwarf.test \
  44. tests/encoding-escapes.test \
  45. tests/encoding-iso88591.test \
  46. tests/encoding-iso88597.test \
  47. tests/encoding-utf8.test \
  48. tests/ecmascript.test \
  49. tests/elisp.test \
  50. tests/elisp-compiler.test \
  51. tests/elisp-reader.test \
  52. tests/eval.test \
  53. tests/eval-string.test \
  54. tests/exceptions.test \
  55. tests/filesys.test \
  56. tests/fluids.test \
  57. tests/foreign.test \
  58. tests/format.test \
  59. tests/fractions.test \
  60. tests/ftw.test \
  61. tests/future.test \
  62. tests/gc.test \
  63. tests/getopt-long.test \
  64. tests/goops.test \
  65. tests/guardians.test \
  66. tests/hash.test \
  67. tests/hooks.test \
  68. tests/i18n.test \
  69. tests/iconv.test \
  70. tests/import.test \
  71. tests/interp.test \
  72. tests/keywords.test \
  73. tests/list.test \
  74. tests/load.test \
  75. tests/match.test \
  76. tests/match.test.upstream \
  77. tests/modules.test \
  78. tests/multilingual.nottest \
  79. tests/net-db.test \
  80. tests/numbers.test \
  81. tests/optargs.test \
  82. tests/options.test \
  83. tests/pairs.test \
  84. tests/parameters.test \
  85. tests/peg.test \
  86. tests/peval.test \
  87. tests/print.test \
  88. tests/procprop.test \
  89. tests/procs.test \
  90. tests/poe.test \
  91. tests/popen.test \
  92. tests/popen-child.scm \
  93. tests/ports.test \
  94. tests/posix.test \
  95. tests/q.test \
  96. tests/r4rs.test \
  97. tests/r5rs_pitfall.test \
  98. tests/r6rs-arithmetic-bitwise.test \
  99. tests/r6rs-arithmetic-fixnums.test \
  100. tests/r6rs-arithmetic-flonums.test \
  101. tests/r6rs-base.test \
  102. tests/r6rs-conditions.test \
  103. tests/r6rs-control.test \
  104. tests/r6rs-enums.test \
  105. tests/r6rs-eval.test \
  106. tests/r6rs-exceptions.test \
  107. tests/r6rs-files.test \
  108. tests/r6rs-hashtables.test \
  109. tests/r6rs-lists.test \
  110. tests/r6rs-ports.test \
  111. tests/r6rs-records-inspection.test \
  112. tests/r6rs-records-procedural.test \
  113. tests/r6rs-records-syntactic.test \
  114. tests/r6rs-unicode.test \
  115. tests/rnrs-libraries.test \
  116. tests/ramap.test \
  117. tests/random.test \
  118. tests/rdelim.test \
  119. tests/reader.test \
  120. tests/records.test \
  121. tests/receive.test \
  122. tests/regexp.test \
  123. tests/rtl.test \
  124. tests/rtl-compilation.test \
  125. tests/session.test \
  126. tests/signals.test \
  127. tests/sort.test \
  128. tests/srcprop.test \
  129. tests/srfi-1.test \
  130. tests/srfi-6.test \
  131. tests/srfi-10.test \
  132. tests/srfi-11.test \
  133. tests/srfi-13.test \
  134. tests/srfi-14.test \
  135. tests/srfi-17.test \
  136. tests/srfi-18.test \
  137. tests/srfi-19.test \
  138. tests/srfi-26.test \
  139. tests/srfi-27.test \
  140. tests/srfi-31.test \
  141. tests/srfi-34.test \
  142. tests/srfi-35.test \
  143. tests/srfi-37.test \
  144. tests/srfi-38.test \
  145. tests/srfi-39.test \
  146. tests/srfi-41.test \
  147. tests/srfi-42.test \
  148. tests/srfi-43.test \
  149. tests/srfi-45.test \
  150. tests/srfi-60.test \
  151. tests/srfi-64.test \
  152. tests/srfi-67.test \
  153. tests/srfi-69.test \
  154. tests/srfi-88.test \
  155. tests/srfi-98.test \
  156. tests/srfi-105.test \
  157. tests/srfi-111.test \
  158. tests/srfi-4.test \
  159. tests/srfi-9.test \
  160. tests/statprof.test \
  161. tests/streams.test \
  162. tests/strings.test \
  163. tests/structs.test \
  164. tests/sxml.fold.test \
  165. tests/sxml.match.test \
  166. tests/sxml.simple.test \
  167. tests/sxml.ssax.test \
  168. tests/sxml.transform.test \
  169. tests/sxml.xpath.test \
  170. tests/symbols.test \
  171. tests/syncase.test \
  172. tests/syntax.test \
  173. tests/texinfo.test \
  174. tests/texinfo.docbook.test \
  175. tests/texinfo.serialize.test \
  176. tests/texinfo.string-utils.test \
  177. tests/threads.test \
  178. tests/time.test \
  179. tests/tree-il.test \
  180. tests/types.test \
  181. tests/version.test \
  182. tests/vectors.test \
  183. tests/vlist.test \
  184. tests/weaks.test \
  185. tests/web-client.test \
  186. tests/web-http.test \
  187. tests/web-request.test \
  188. tests/web-response.test \
  189. tests/web-uri.test
  190. EXTRA_DIST = \
  191. guile-test \
  192. test-suite/lib.scm \
  193. $(SCM_TESTS) \
  194. tests/rnrs-test-a.scm \
  195. tests/srfi-64-test.scm \
  196. ChangeLog-2008
  197. # Test suite of Dominique Boucher's `lalr-scm'.
  198. # From http://code.google.com/p/lalr-scm/.
  199. LALR_TESTS = \
  200. lalr/test-glr-associativity.scm \
  201. lalr/test-glr-basics-01.scm \
  202. lalr/test-glr-basics-02.scm \
  203. lalr/test-glr-basics-03.scm \
  204. lalr/test-glr-basics-04.scm \
  205. lalr/test-glr-basics-05.scm \
  206. lalr/test-glr-script-expression.scm \
  207. lalr/test-glr-single-expressions.scm \
  208. \
  209. lalr/test-lr-associativity-01.scm \
  210. lalr/test-lr-basics-01.scm \
  211. lalr/test-lr-basics-02.scm \
  212. lalr/test-lr-basics-03.scm \
  213. lalr/test-lr-basics-04.scm \
  214. lalr/test-lr-basics-05.scm \
  215. lalr/test-lr-error-recovery-01.scm \
  216. lalr/test-lr-error-recovery-02.scm \
  217. lalr/test-lr-no-clause.scm \
  218. lalr/test-lr-script-expression.scm \
  219. lalr/test-lr-single-expressions.scm
  220. # Tests not listed in `run-guile-test.sh' and which should not be run.
  221. LALR_EXTRA = \
  222. lalr/test-lr-associativity-02.scm \
  223. lalr/test-lr-associativity-03.scm \
  224. lalr/test-lr-associativity-04.scm
  225. # Test framework.
  226. LALR_EXTRA += \
  227. lalr/common-test.scm \
  228. lalr/glr-test.scm \
  229. lalr/run-guile-test.sh
  230. TESTS = $(LALR_TESTS)
  231. TESTS_ENVIRONMENT = \
  232. @LOCALCHARSET_TESTS_ENVIRONMENT@ \
  233. $(top_builddir)/meta/guile --no-auto-compile
  234. EXTRA_DIST += $(LALR_EXTRA) $(LALR_TESTS) tests/sxml-match-tests.ss