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
42cc01d79f
cosms-core
/
tests
/
main.c
7 lines
80 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): implemented new method of making tests
2025-12-14 17:58:09 +01:00
COSMS_CORE_TEST_RUN
(
)
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