Skip to content

Commit 5c27f2f

Browse files
committed
Bump stic version to 0.6
Output ------ * Display number of failed checks in tests on fail * Display <setup...>/<teardown...> on failures there * Display number of failed tests * Display number of skipped tests * Use singular "check" for 1 failed check * Write "1 test run" (not "tests") * Don't capitalize stic label in test's output * Always print test suit name in output * Drop extra empty line from output Integration ----------- * Make test failure report compiler-friendly Compatibility ------------- * Use rand() (not random()) Performance ----------- * Skip test fixtures without checking every test * Don't run {setup,teardown}_once when no tests were run Fixes ----- * Make stic work when tests are defined with suite * Fix skipping test header * Fix qualifier inconsistency for one variable * Fix buffer overflow
1 parent b26fea5 commit 5c27f2f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Stic -- Simple Tests In C
2-
2010 -- 2016 (based on SeaTest)
2+
2010 -- 2018 (based on SeaTest)
33

4-
This file last updated: 13 July, 2017
5-
Version: 0.5.2
4+
This file last updated: 15 November, 2018
5+
Version: 0.6
66

77
Brief Description
88

src/stic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
/* Global data. */
1414

15-
#define STIC_VERSION "0.5.2"
15+
#define STIC_VERSION "0.6"
1616
#define STIC_PROJECT_HOME "https://github.com/xaizek/stic"
1717
#define STIC_PRINT_BUFFER_SIZE 100000
1818

0 commit comments

Comments
 (0)