This website requires JavaScript.
Explore
Help
Sign in
cosms
/
cosms-core
Watch
1
Star
0
Fork
You've already forked cosms-core
0
Code
Issues
6
Pull requests
Projects
1
Releases
Packages
Wiki
Activity
Actions
ae9b1ed2b9
cosms-core
/
tests
/
main.c
7 lines
82 B
C
Raw
Normal View
History
Unescape
Escape
feat(test): improved testing system and implemented read file tests
2025-12-09 22:07:16 +01:00
#
include
"unit/unit.h"
feat(file): implemented read file for linux
2025-12-05 18:53:35 +01:00
fix(build): fixed cmake file and added some files for testing it
2025-11-28 23:59:06 +01:00
int
main
(
void
)
{
feat(test): improved testing system and implemented read file tests
2025-12-09 22:07:16 +01:00
cosms_file_read_test
(
)
;
fix(build): fixed cmake file and added some files for testing it
2025-11-28 23:59:06 +01:00
return
0
;
}
Reference in a new issue
Copy permalink