This website requires JavaScript.
Explore
Help
Sign In
simponic
/
lizfcm
Watch
1
Star
0
Fork
0
You've already forked lizfcm
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3f1f18b149
lizfcm
/
test
/
main.c
6 lines
86 B
C
Raw
Normal View
History
Unescape
Escape
oct 16, 18 notes. add unit tests with utest, and bisection root finding methods
2023-10-18 14:49:39 -04:00
#
include
"lizfcm.test.h"
deprecate common lisp solutions and write c; it's too much effort to keep up with the requirements for an archive.
2023-10-11 12:04:04 -04:00
oct 16, 18 notes. add unit tests with utest, and bisection root finding methods
2023-10-18 14:49:39 -04:00
UTEST
(
basic
,
unit_tests
)
{
ASSERT_TRUE
(
1
)
;
}
deprecate common lisp solutions and write c; it's too much effort to keep up with the requirements for an archive.
2023-10-11 12:04:04 -04:00
oct 16, 18 notes. add unit tests with utest, and bisection root finding methods
2023-10-18 14:49:39 -04:00
UTEST_MAIN
(
)
;
Reference in New Issue
Copy Permalink