/extensions/spellcheck/hunspell/tests/Makefile.am

http://github.com/zpao/v8monkey · Makefile · 693 lines · 680 code · 7 blank · 6 comment · 0 complexity · b4a96aafb1ad2ef0e9baee43159cee4c MD5 · raw file

  1. ## Process this file with automake to create Makefile.in
  2. SUBDIRS = suggestiontest
  3. XFAIL_TESTS = @XFAILED@
  4. TESTS = \
  5. affixes.test \
  6. condition.test \
  7. condition_utf.test \
  8. base.test \
  9. base_utf.test \
  10. allcaps.test \
  11. allcaps_utf.test \
  12. allcaps2.test \
  13. allcaps3.test \
  14. keepcase.test \
  15. i58202.test \
  16. map.test \
  17. rep.test \
  18. sug.test \
  19. sugutf.test \
  20. phone.test \
  21. flag.test \
  22. flaglong.test \
  23. flagnum.test \
  24. flagutf8.test \
  25. slash.test \
  26. forbiddenword.test \
  27. nosuggest.test \
  28. alias.test \
  29. alias2.test \
  30. alias3.test \
  31. breakdefault.test \
  32. break.test \
  33. needaffix.test \
  34. needaffix2.test \
  35. needaffix3.test \
  36. needaffix4.test \
  37. needaffix5.test \
  38. circumfix.test \
  39. fogemorpheme.test \
  40. onlyincompound.test \
  41. complexprefixes.test \
  42. complexprefixes2.test \
  43. complexprefixesutf.test \
  44. conditionalprefix.test \
  45. zeroaffix.test \
  46. utf8.test \
  47. utf8_bom.test \
  48. utf8_bom2.test \
  49. utf8_nonbmp.test \
  50. compoundflag.test \
  51. compoundrule.test \
  52. compoundrule2.test \
  53. compoundrule3.test \
  54. compoundrule4.test \
  55. compoundrule5.test \
  56. compoundrule6.test \
  57. compoundrule7.test \
  58. compoundrule8.test \
  59. compoundaffix.test \
  60. compoundaffix2.test \
  61. compoundaffix3.test \
  62. checkcompounddup.test \
  63. checkcompoundtriple.test \
  64. simplifiedtriple.test \
  65. checkcompoundrep.test \
  66. checkcompoundcase2.test \
  67. checkcompoundcaseutf.test \
  68. checkcompoundpattern.test \
  69. checkcompoundpattern2.test \
  70. checkcompoundpattern3.test \
  71. checkcompoundpattern4.test \
  72. utfcompound.test \
  73. checksharps.test \
  74. checksharpsutf.test \
  75. germancompounding.test \
  76. germancompoundingold.test \
  77. i35725.test \
  78. i53643.test \
  79. i54633.test \
  80. i54980.test \
  81. maputf.test \
  82. reputf.test \
  83. ignore.test \
  84. ignoreutf.test \
  85. 1592880.test \
  86. 1695964.test \
  87. 1463589.test \
  88. 1463589_utf.test \
  89. IJ.test \
  90. i68568.test \
  91. i68568utf.test \
  92. 1706659.test \
  93. digits_in_words.test \
  94. colons_in_words.test \
  95. ngram_utf_fix.test \
  96. morph.test \
  97. 1975530.test \
  98. fullstrip.test \
  99. iconv.test \
  100. oconv.test \
  101. encoding.test \
  102. korean.test \
  103. opentaal_forbiddenword1.test \
  104. opentaal_forbiddenword2.test \
  105. opentaal_keepcase.test \
  106. arabic.test \
  107. 2970240.test \
  108. 2970242.test \
  109. breakoff.test \
  110. opentaal_cpdpat.test \
  111. opentaal_cpdpat2.test \
  112. 2999225.test \
  113. onlyincompound2.test \
  114. forceucase.test \
  115. warn.test
  116. # infixes.test
  117. distclean-local:
  118. -rm -rf testSubDir
  119. EXTRA_DIST = \
  120. test.sh \
  121. affixes.aff \
  122. affixes.dic \
  123. affixes.good \
  124. affixes.test \
  125. condition.aff \
  126. condition.dic \
  127. condition.good \
  128. condition.test \
  129. condition.wrong \
  130. condition_utf.aff \
  131. condition_utf.dic \
  132. condition_utf.good \
  133. condition_utf.test \
  134. condition_utf.wrong \
  135. base.aff \
  136. base.dic \
  137. base.good \
  138. base.sug \
  139. base.test \
  140. base.wrong \
  141. base_utf.aff \
  142. base_utf.dic \
  143. base_utf.good \
  144. base_utf.sug \
  145. base_utf.test \
  146. base_utf.wrong \
  147. allcaps.aff \
  148. allcaps.dic \
  149. allcaps.good \
  150. allcaps.sug \
  151. allcaps.test \
  152. allcaps.wrong \
  153. allcaps2.aff \
  154. allcaps2.dic \
  155. allcaps2.good \
  156. allcaps2.sug \
  157. allcaps2.test \
  158. allcaps2.wrong \
  159. allcaps3.aff \
  160. allcaps3.dic \
  161. allcaps3.good \
  162. allcaps3.test \
  163. allcaps3.wrong \
  164. allcaps_utf.aff \
  165. allcaps_utf.dic \
  166. allcaps_utf.good \
  167. allcaps_utf.sug \
  168. allcaps_utf.test \
  169. allcaps_utf.wrong \
  170. keepcase.aff \
  171. keepcase.dic \
  172. keepcase.good \
  173. keepcase.sug \
  174. keepcase.test \
  175. keepcase.wrong \
  176. map.aff \
  177. map.dic \
  178. map.sug \
  179. map.test \
  180. map.wrong \
  181. rep.aff \
  182. rep.dic \
  183. rep.sug \
  184. rep.test \
  185. rep.wrong \
  186. sug.aff \
  187. sug.dic \
  188. sug.sug \
  189. sug.test \
  190. sug.wrong \
  191. sugutf.aff \
  192. sugutf.dic \
  193. sugutf.sug \
  194. sugutf.test \
  195. sugutf.wrong \
  196. phone.aff \
  197. phone.dic \
  198. phone.sug \
  199. phone.test \
  200. phone.wrong \
  201. alias.aff \
  202. alias.dic \
  203. alias.good \
  204. alias.test \
  205. alias2.aff \
  206. alias2.dic \
  207. alias2.good \
  208. alias2.morph \
  209. alias2.test \
  210. alias3.aff \
  211. alias3.dic \
  212. alias3.good \
  213. alias3.morph \
  214. alias3.test \
  215. break.aff \
  216. break.dic \
  217. break.good \
  218. break.test \
  219. break.wrong \
  220. breakdefault.aff \
  221. breakdefault.dic \
  222. breakdefault.good \
  223. breakdefault.sug \
  224. breakdefault.test \
  225. breakdefault.wrong \
  226. circumfix.aff \
  227. circumfix.dic \
  228. circumfix.good \
  229. circumfix.morph \
  230. circumfix.test \
  231. circumfix.wrong \
  232. fogemorpheme.aff \
  233. fogemorpheme.dic \
  234. fogemorpheme.good \
  235. fogemorpheme.test \
  236. fogemorpheme.wrong \
  237. onlyincompound.aff \
  238. onlyincompound.dic \
  239. onlyincompound.good \
  240. onlyincompound.sug \
  241. onlyincompound.test \
  242. onlyincompound.wrong \
  243. forbiddenword.aff \
  244. forbiddenword.dic \
  245. forbiddenword.good \
  246. forbiddenword.test \
  247. forbiddenword.wrong \
  248. nosuggest.aff \
  249. nosuggest.dic \
  250. nosuggest.good \
  251. nosuggest.sug \
  252. nosuggest.test \
  253. nosuggest.wrong \
  254. germancompounding.aff \
  255. germancompounding.dic \
  256. germancompounding.good \
  257. germancompounding.test \
  258. germancompounding.wrong \
  259. germancompoundingold.aff \
  260. germancompoundingold.dic \
  261. germancompoundingold.good \
  262. germancompoundingold.test \
  263. germancompoundingold.wrong \
  264. needaffix2.aff \
  265. needaffix2.dic \
  266. needaffix2.good \
  267. needaffix2.morph \
  268. needaffix2.test \
  269. needaffix3.aff \
  270. needaffix3.dic \
  271. needaffix3.good \
  272. needaffix3.test \
  273. needaffix3.wrong \
  274. needaffix4.aff \
  275. needaffix4.dic \
  276. needaffix4.good \
  277. needaffix4.test \
  278. needaffix5.aff \
  279. needaffix5.dic \
  280. needaffix5.good \
  281. needaffix5.test \
  282. needaffix5.wrong \
  283. needaffix.aff \
  284. needaffix.dic \
  285. needaffix.good \
  286. needaffix.test \
  287. needaffix.wrong \
  288. zeroaffix.aff \
  289. zeroaffix.dic \
  290. zeroaffix.good \
  291. zeroaffix.morph \
  292. zeroaffix.test \
  293. utf8.aff \
  294. utf8.dic \
  295. utf8.good \
  296. utf8.test \
  297. utf8_bom.aff \
  298. utf8_bom.dic \
  299. utf8_bom.good \
  300. utf8_bom.test \
  301. utf8_bom2.aff \
  302. utf8_bom2.dic \
  303. utf8_bom2.good \
  304. utf8_bom2.test \
  305. utf8_nonbmp.aff \
  306. utf8_nonbmp.dic \
  307. utf8_nonbmp.good \
  308. utf8_nonbmp.sug \
  309. utf8_nonbmp.test \
  310. utf8_nonbmp.wrong \
  311. utfcompound.aff \
  312. utfcompound.dic \
  313. utfcompound.good \
  314. utfcompound.test \
  315. utfcompound.wrong \
  316. compoundflag.aff \
  317. compoundflag.dic \
  318. compoundflag.good \
  319. compoundflag.test \
  320. compoundflag.wrong \
  321. compoundrule.aff \
  322. compoundrule.dic \
  323. compoundrule.good \
  324. compoundrule.test \
  325. compoundrule.wrong \
  326. compoundrule2.aff \
  327. compoundrule2.dic \
  328. compoundrule2.good \
  329. compoundrule2.test \
  330. compoundrule2.wrong \
  331. compoundrule3.aff \
  332. compoundrule3.dic \
  333. compoundrule3.good \
  334. compoundrule3.test \
  335. compoundrule3.wrong \
  336. compoundrule4.aff \
  337. compoundrule4.dic \
  338. compoundrule4.good \
  339. compoundrule4.test \
  340. compoundrule4.wrong \
  341. compoundrule5.aff \
  342. compoundrule5.dic \
  343. compoundrule5.good \
  344. compoundrule5.morph \
  345. compoundrule5.test \
  346. compoundrule5.wrong \
  347. compoundrule6.aff \
  348. compoundrule6.dic \
  349. compoundrule6.good \
  350. compoundrule6.test \
  351. compoundrule6.wrong \
  352. compoundrule7.aff \
  353. compoundrule7.dic \
  354. compoundrule7.good \
  355. compoundrule7.test \
  356. compoundrule7.wrong \
  357. compoundrule8.aff \
  358. compoundrule8.dic \
  359. compoundrule8.good \
  360. compoundrule8.test \
  361. compoundrule8.wrong \
  362. compoundaffix.aff \
  363. compoundaffix.dic \
  364. compoundaffix.good \
  365. compoundaffix.test \
  366. compoundaffix.wrong \
  367. compoundaffix2.aff \
  368. compoundaffix2.dic \
  369. compoundaffix2.good \
  370. compoundaffix2.test \
  371. compoundaffix3.aff \
  372. compoundaffix3.dic \
  373. compoundaffix3.good \
  374. compoundaffix3.test \
  375. compoundaffix3.wrong \
  376. checkcompounddup.aff \
  377. checkcompounddup.dic \
  378. checkcompounddup.good \
  379. checkcompounddup.test \
  380. checkcompounddup.wrong \
  381. checkcompoundcase.aff \
  382. checkcompoundcase.dic \
  383. checkcompoundcase.good \
  384. checkcompoundcase.test \
  385. checkcompoundcase.wrong \
  386. checkcompoundcase2.aff \
  387. checkcompoundcase2.dic \
  388. checkcompoundcase2.good \
  389. checkcompoundcase2.test \
  390. checkcompoundcase2.wrong \
  391. checkcompoundcaseutf.aff \
  392. checkcompoundcaseutf.dic \
  393. checkcompoundcaseutf.good \
  394. checkcompoundcaseutf.test \
  395. checkcompoundcaseutf.wrong \
  396. checkcompoundrep.aff \
  397. checkcompoundrep.dic \
  398. checkcompoundrep.good \
  399. checkcompoundrep.test \
  400. checkcompoundrep.wrong \
  401. checkcompoundtriple.aff \
  402. checkcompoundtriple.dic \
  403. checkcompoundtriple.good \
  404. checkcompoundtriple.test \
  405. checkcompoundtriple.wrong \
  406. simplifiedtriple.aff \
  407. simplifiedtriple.dic \
  408. simplifiedtriple.good \
  409. simplifiedtriple.test \
  410. simplifiedtriple.wrong \
  411. checkcompoundpattern.aff \
  412. checkcompoundpattern.dic \
  413. checkcompoundpattern.good \
  414. checkcompoundpattern.test \
  415. checkcompoundpattern.wrong \
  416. checkcompoundpattern2.aff \
  417. checkcompoundpattern2.dic \
  418. checkcompoundpattern2.good \
  419. checkcompoundpattern2.test \
  420. checkcompoundpattern2.wrong \
  421. checkcompoundpattern3.aff \
  422. checkcompoundpattern3.dic \
  423. checkcompoundpattern3.good \
  424. checkcompoundpattern3.test \
  425. checkcompoundpattern3.wrong \
  426. checkcompoundpattern4.aff \
  427. checkcompoundpattern4.dic \
  428. checkcompoundpattern4.good \
  429. checkcompoundpattern4.test \
  430. checkcompoundpattern4.wrong \
  431. checksharps.aff \
  432. checksharps.dic \
  433. checksharps.good \
  434. checksharps.sug \
  435. checksharps.test \
  436. checksharps.wrong \
  437. checksharpsutf.aff \
  438. checksharpsutf.dic \
  439. checksharpsutf.good \
  440. checksharpsutf.sug \
  441. checksharpsutf.test \
  442. checksharpsutf.wrong \
  443. conditionalprefix.aff \
  444. conditionalprefix.dic \
  445. conditionalprefix.good \
  446. conditionalprefix.morph \
  447. conditionalprefix.test \
  448. conditionalprefix.wrong \
  449. flaglong.aff \
  450. flaglong.dic \
  451. flaglong.good \
  452. flaglong.test \
  453. flagnum.aff \
  454. flagnum.dic \
  455. flagnum.good \
  456. flagnum.test \
  457. flag.aff \
  458. flag.dic \
  459. flag.good \
  460. flag.test \
  461. flagutf8.aff \
  462. flagutf8.dic \
  463. flagutf8.good \
  464. flagutf8.test \
  465. complexprefixes.aff \
  466. complexprefixes.dic \
  467. complexprefixes.good \
  468. complexprefixes.wrong \
  469. complexprefixes.test \
  470. complexprefixes2.aff \
  471. complexprefixes2.dic \
  472. complexprefixes2.good \
  473. complexprefixes2.test \
  474. complexprefixesutf.aff \
  475. complexprefixesutf.dic \
  476. complexprefixesutf.good \
  477. complexprefixesutf.wrong \
  478. complexprefixesutf.test \
  479. i35725.aff \
  480. i35725.dic \
  481. i35725.good \
  482. i35725.sug \
  483. i35725.test \
  484. i35725.wrong \
  485. i53643.aff \
  486. i53643.dic \
  487. i53643.good \
  488. i53643.test \
  489. i53643.wrong \
  490. i54633.aff \
  491. i54633.dic \
  492. i54633.good \
  493. i54633.sug \
  494. i54633.test \
  495. i54633.wrong \
  496. i54980.aff \
  497. i54980.dic \
  498. i54980.good \
  499. i54980.test \
  500. i58202.aff \
  501. i58202.dic \
  502. i58202.good \
  503. i58202.sug \
  504. i58202.test \
  505. i58202.wrong \
  506. maputf.aff \
  507. maputf.dic \
  508. maputf.sug \
  509. maputf.wrong \
  510. maputf.test \
  511. reputf.aff \
  512. reputf.dic \
  513. reputf.sug \
  514. reputf.wrong \
  515. reputf.test \
  516. slash.aff \
  517. slash.dic \
  518. slash.good \
  519. slash.test \
  520. ignore.aff \
  521. ignore.dic \
  522. ignore.good \
  523. ignore.test \
  524. ignoreutf.aff \
  525. ignoreutf.dic \
  526. ignoreutf.good \
  527. ignoreutf.test \
  528. 1592880.aff \
  529. 1592880.dic \
  530. 1592880.good \
  531. 1592880.test \
  532. 1695964.aff \
  533. 1695964.dic \
  534. 1695964.sug \
  535. 1695964.test \
  536. 1695964.wrong \
  537. 1463589.aff \
  538. 1463589.dic \
  539. 1463589.sug \
  540. 1463589.test \
  541. 1463589.wrong \
  542. 1463589_utf.aff \
  543. 1463589_utf.dic \
  544. 1463589_utf.sug \
  545. 1463589_utf.test \
  546. 1463589_utf.wrong \
  547. IJ.aff \
  548. IJ.dic \
  549. IJ.good \
  550. IJ.sug \
  551. IJ.test \
  552. IJ.wrong \
  553. i68568.aff \
  554. i68568.dic \
  555. i68568.test \
  556. i68568.wrong \
  557. i68568utf.aff \
  558. i68568utf.dic \
  559. i68568utf.test \
  560. i68568utf.wrong \
  561. 1706659.aff \
  562. 1706659.dic \
  563. 1706659.test \
  564. 1706659.wrong \
  565. digits_in_words.aff \
  566. digits_in_words.dic \
  567. digits_in_words.test \
  568. digits_in_words.wrong \
  569. colons_in_words.aff \
  570. colons_in_words.dic \
  571. colons_in_words.test \
  572. ngram_utf_fix.aff \
  573. ngram_utf_fix.dic \
  574. ngram_utf_fix.good \
  575. ngram_utf_fix.sug \
  576. ngram_utf_fix.test \
  577. ngram_utf_fix.wrong \
  578. morph.aff \
  579. morph.dic \
  580. morph.good \
  581. morph.morph \
  582. morph.test \
  583. 1975530.aff \
  584. 1975530.dic \
  585. 1975530.good \
  586. 1975530.test \
  587. 1975530.wrong \
  588. fullstrip.aff \
  589. fullstrip.dic \
  590. fullstrip.good \
  591. fullstrip.test \
  592. iconv.aff \
  593. iconv.dic \
  594. iconv.good \
  595. iconv.test \
  596. oconv.aff \
  597. oconv.dic \
  598. oconv.good \
  599. oconv.sug \
  600. oconv.test \
  601. oconv.wrong \
  602. encoding.aff \
  603. encoding.dic \
  604. encoding.good \
  605. encoding.test \
  606. opentaal_forbiddenword1.aff \
  607. opentaal_forbiddenword1.dic \
  608. opentaal_forbiddenword1.good \
  609. opentaal_forbiddenword1.sug \
  610. opentaal_forbiddenword1.test \
  611. opentaal_forbiddenword1.wrong \
  612. opentaal_forbiddenword2.aff \
  613. opentaal_forbiddenword2.dic \
  614. opentaal_forbiddenword2.good \
  615. opentaal_forbiddenword2.sug \
  616. opentaal_forbiddenword2.test \
  617. opentaal_forbiddenword2.wrong \
  618. opentaal_forbiddenword2.aff \
  619. opentaal_forbiddenword2.dic \
  620. opentaal_forbiddenword2.good \
  621. opentaal_forbiddenword2.sug \
  622. opentaal_forbiddenword2.test \
  623. opentaal_forbiddenword2.wrong \
  624. opentaal_keepcase.aff \
  625. opentaal_keepcase.dic \
  626. opentaal_keepcase.good \
  627. opentaal_keepcase.sug \
  628. opentaal_keepcase.test \
  629. opentaal_keepcase.wrong \
  630. arabic.aff \
  631. arabic.dic \
  632. arabic.wrong \
  633. arabic.test \
  634. 2970240.aff \
  635. 2970240.dic \
  636. 2970240.good \
  637. 2970240.wrong \
  638. 2970240.test \
  639. 2970242.aff \
  640. 2970242.dic \
  641. 2970242.good \
  642. 2970242.wrong \
  643. 2970242.test \
  644. breakoff.aff \
  645. breakoff.dic \
  646. breakoff.good \
  647. breakoff.wrong \
  648. breakoff.test \
  649. opentaal_cpdpat.aff \
  650. opentaal_cpdpat.dic \
  651. opentaal_cpdpat.good \
  652. opentaal_cpdpat.wrong \
  653. opentaal_cpdpat.test \
  654. opentaal_cpdpat2.aff \
  655. opentaal_cpdpat2.dic \
  656. opentaal_cpdpat2.good \
  657. opentaal_cpdpat2.wrong \
  658. opentaal_cpdpat2.test \
  659. 2999225.aff \
  660. 2999225.dic \
  661. 2999225.good \
  662. 2999225.test \
  663. korean.aff \
  664. korean.dic \
  665. korean.good \
  666. korean.wrong \
  667. korean.test \
  668. onlyincompound2.aff \
  669. onlyincompound2.dic \
  670. onlyincompound2.good \
  671. onlyincompound2.test \
  672. onlyincompound2.wrong \
  673. forceucase.aff \
  674. forceucase.dic \
  675. forceucase.good \
  676. forceucase.sug \
  677. forceucase.wrong \
  678. forceucase.test \
  679. warn.aff \
  680. warn.dic \
  681. warn.good \
  682. warn.test
  683. # infixes.aff
  684. # infixes.dic
  685. # infixes.good
  686. # infixes.test