diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-10-18 12:49:39 -0600 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-10-18 12:49:39 -0600 |
| commit | 9e7166a52e94d8e15bf2dbfe00026f21f76630a9 (patch) | |
| tree | bb4d7114d5f91fa128375347ab4249a4c35408f2 /test/lizfcm.test.h | |
| parent | 1b4d91e623a083690ac6554d1aeaa38b75469908 (diff) | |
| download | math-4610-9e7166a52e94d8e15bf2dbfe00026f21f76630a9.tar.gz math-4610-9e7166a52e94d8e15bf2dbfe00026f21f76630a9.zip | |
oct 16, 18 notes. add unit tests with utest, and bisection root finding methods
Diffstat (limited to 'test/lizfcm.test.h')
| -rw-r--r-- | test/lizfcm.test.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/lizfcm.test.h b/test/lizfcm.test.h new file mode 100644 index 0000000..2374b83 --- /dev/null +++ b/test/lizfcm.test.h @@ -0,0 +1,7 @@ +#include "lizfcm.h" +#include "utest.h" + +#ifndef LIZFCM_TEST_H +#define LIZFCM_TEST_H + +#endif // LIZFCM_TEST_H |
