Browse Source

automake: don't make the tests print 'done', have the make rule print 'PASSED' instead.

master
Reece H. Dunn 8 years ago
parent
commit
5030ff95cc
6 changed files with 1 additions and 11 deletions
  1. 1
    1
      Makefile.am
  2. 0
    2
      tests/encoding.c
  3. 0
    2
      tests/languages.test
  4. 0
    2
      tests/readclause.c
  5. 0
    2
      tests/tokenizer.c
  6. 0
    2
      tests/voices.c

+ 1
- 1
Makefile.am View File



%.check: %.test %.check: %.test
@echo " TEST $<" @echo " TEST $<"
@ESPEAK_DATA_PATH=$(PWD) $<
@ESPEAK_DATA_PATH=$(PWD) $< && echo " PASSED $<"


check: tests/encoding.check \ check: tests/encoding.check \
tests/tokenizer.check \ tests/tokenizer.check \

+ 0
- 2
tests/encoding.c View File



test_peekc(); test_peekc();


printf("done\n");

return EXIT_SUCCESS; return EXIT_SUCCESS;
} }

+ 0
- 2
tests/languages.test View File

test en-US 1653355ef008d67d315aa20e630e00614472a045 "foot strut north force cure thought lot cloth trap bath" test en-US 1653355ef008d67d315aa20e630e00614472a045 "foot strut north force cure thought lot cloth trap bath"


test jp a3651d81da9158ee8b76bd6a31025220b4d84932 "か き く け こ" test jp a3651d81da9158ee8b76bd6a31025220b4d84932 "か き く け こ"

echo "done"

+ 0
- 2
tests/readclause.c View File

test_ideographic(); test_ideographic();
test_fullwidth(); test_fullwidth();


printf("done\n");

return EXIT_SUCCESS; return EXIT_SUCCESS;
} }

+ 0
- 2
tests/tokenizer.c View File

test_Latn_punctuation_tokens(); test_Latn_punctuation_tokens();
test_Latn_general_punctuation_tokens(); test_Latn_general_punctuation_tokens();
test_Latn_symbol_tokens(); test_Latn_symbol_tokens();

printf("done\n");
} }


void void

+ 0
- 2
tests/voices.c View File



assert(espeak_Terminate() == EE_OK); assert(espeak_Terminate() == EE_OK);


printf("done\n");

return EXIT_SUCCESS; return EXIT_SUCCESS;
} }

Loading…
Cancel
Save