aboutsummaryrefslogtreecommitdiff
path: root/include/tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tests.h')
-rw-r--r--include/tests.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/tests.h b/include/tests.h
new file mode 100644
index 0000000..794c7d6
--- /dev/null
+++ b/include/tests.h
@@ -0,0 +1,9 @@
+#pragma once
+
+#include "utils.h"
+
+void test_ode_solver(void);
+void test_dynmlp_gradients(RNG *r);
+void test_adjoint_gradients(RNG *r);
+void test_multi_obs_adjoint(RNG *r);
+void test_training(RNG *r);