This website requires JavaScript.
Explore
Help
Sign In
eliaskohout
/
ctensor
Watch
1
Star
0
Fork
0
You've already forked ctensor
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
545a3b6c7506cee4417975df4f6b60cc7a4d5523
ctensor
/
tests
/
main.c
9 lines
81 B
C
Raw
Normal View
History
Unescape
Escape
Restuctured the project.
2023-03-15 16:13:37 +01:00
#
include
"test_tensor.h"
int
main
(
void
)
{
Added more tests
2023-09-03 13:02:55 +02:00
test_tensor_run_all
(
)
;
Restuctured the project.
2023-03-15 16:13:37 +01:00
return
0
;
}
Reference in New Issue
Copy Permalink