From 9e7166a52e94d8e15bf2dbfe00026f21f76630a9 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Wed, 18 Oct 2023 12:49:39 -0600 Subject: oct 16, 18 notes. add unit tests with utest, and bisection root finding methods --- test/lizfcm.test.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/lizfcm.test.h (limited to 'test/lizfcm.test.h') 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 -- cgit v1.3