chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
More testing.
[disorder]
/
lib
/
test.c
diff --git
a/lib/test.c
b/lib/test.c
index 407f77ee66ac46323b7589193a870491108ce89c..d18aa347e1f3f3001384171f9b05777a54dd917f 100644
(file)
--- a/
lib/test.c
+++ b/
lib/test.c
@@
-160,6
+160,7
@@
int main(void) {
test_regsub();
test_bits();
test_vector();
test_regsub();
test_bits();
test_vector();
+ test_syscalls();
fprintf(stderr, "%lld errors out of %lld tests\n", errors, tests);
return !!errors;
}
fprintf(stderr, "%lld errors out of %lld tests\n", errors, tests);
return !!errors;
}