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

@@ -253,7 +253,7 @@ tests_voices_test_SOURCES = tests/voices.c

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

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

+ 0
- 2
tests/encoding.c View File

@@ -909,7 +909,5 @@ main(int argc, char **argv)

test_peekc();

printf("done\n");

return EXIT_SUCCESS;
}

+ 0
- 2
tests/languages.test View File

@@ -30,5 +30,3 @@ test en-GB-x-rp 8f1f36267f10c88ca822355ecd9d4ee37faa8228 "foot strut north force
test en-US 1653355ef008d67d315aa20e630e00614472a045 "foot strut north force cure thought lot cloth trap bath"

test jp a3651d81da9158ee8b76bd6a31025220b4d84932 "か き く け こ"

echo "done"

+ 0
- 2
tests/readclause.c View File

@@ -171,7 +171,5 @@ main(int argc, char **argv)
test_ideographic();
test_fullwidth();

printf("done\n");

return EXIT_SUCCESS;
}

+ 0
- 2
tests/tokenizer.c View File

@@ -576,8 +576,6 @@ run_tests()
test_Latn_punctuation_tokens();
test_Latn_general_punctuation_tokens();
test_Latn_symbol_tokens();

printf("done\n");
}

void

+ 0
- 2
tests/voices.c View File

@@ -49,7 +49,5 @@ main(int argc, char **argv)

assert(espeak_Terminate() == EE_OK);

printf("done\n");

return EXIT_SUCCESS;
}

Loading…
Cancel
Save