projects
/
ulas
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2230ea3
)
Added additional ok message when all tests pass
author
Lukas Krickl
<lukas@krickl.dev>
Mon, 19 Feb 2024 06:24:30 +0000
(07:24 +0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Mon, 19 Feb 2024 06:24:30 +0000
(07:24 +0100)
src/test.c
patch
|
blob
|
history
diff --git
a/src/test.c
b/src/test.c
index 3bf0de348ae7fb0eec7143efede3290a94f1499b..a6425ed638a188d73a066676671c122787da6d31 100644
(file)
--- a/
src/test.c
+++ b/
src/test.c
@@
-411,6
+411,7
@@
void test_full(void) {
}
int main(int arc, char **argv) {
+ TESTBEGIN("ulas test");
ulas_init(ulas_cfg_from_env());
/*if (!ulascfg.verbose) {
@@
-432,5
+433,6
@@
int main(int arc, char **argv) {
// so call after free
test_full();
+ TESTEND("ulas test");
return 0;
}