diff options
author | Lorry Tar Creator <lorry-tar-importer@lorry> | 2013-05-04 21:39:27 +0000 |
---|---|---|
committer | Lorry Tar Creator <lorry-tar-importer@lorry> | 2013-05-04 21:39:27 +0000 |
commit | fec6336699f34758d3e6cb41b2edf902fedb9035 (patch) | |
tree | 8256c1dbf3ca7c9e58a3dbecf07cf826fb2e0ce2 /src/test/regression-utils.c | |
parent | 7dbffd7e2b0067e834801617c5c486e3177f6709 (diff) | |
download | libical-master.tar.gz |
libical-1.0HEADlibical-1.0master
Diffstat (limited to 'src/test/regression-utils.c')
-rw-r--r-- | src/test/regression-utils.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/regression-utils.c b/src/test/regression-utils.c index 7de86a4..c7bc2fe 100644 --- a/src/test/regression-utils.c +++ b/src/test/regression-utils.c @@ -133,6 +133,11 @@ void test_header(char *header, int set) { void test_end(void) { int pct; + if (testnumber < 1) { + printf("\n No Tests Run.\n"); + return; + } + if (failed) { int i, oldset = 0; |