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