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