comparison tests/test-vfs-zip.c @ 422:b0579ae033ed

core: use err.h in (action|drawable)-stack
author David Demelier <markand@malikania.fr>
date Sat, 15 Oct 2022 13:48:40 +0200
parents 1bf7d6669f0a
children
comparison
equal deleted inserted replaced
421:3edda1ce314c 422:b0579ae033ed
49 49
50 vfs_finish(&vfs); 50 vfs_finish(&vfs);
51 } 51 }
52 52
53 int 53 int
54 main(int argc, char **argv) 54 main(void)
55 { 55 {
56 DT_RUN(test_basics_read); 56 DT_RUN(test_basics_read);
57 DT_RUN(test_error_notfound); 57 DT_RUN(test_error_notfound);
58 DT_SUMMARY(); 58 DT_SUMMARY();
59 } 59 }