aboutsummaryrefslogtreecommitdiff
path: root/test/test_gst.h
diff options
context:
space:
mode:
authorjacopo grandi <jak.sk8@hotmail.it>2021-03-02 18:26:39 +0100
committerjacopo grandi <jak.sk8@hotmail.it>2021-03-02 18:26:39 +0100
commita988df656b4d37dfa2472a4cde390185cfcea8b5 (patch)
tree262b48644a5aff086b6ead687d0f2297bf946c2b /test/test_gst.h
parent7932daa7e308b1c92ab97dde00fcc0ed790895a6 (diff)
test foundation and functional reimplementation of cost function
Diffstat (limited to 'test/test_gst.h')
-rw-r--r--test/test_gst.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/test_gst.h b/test/test_gst.h
new file mode 100644
index 0000000..4d14ee2
--- /dev/null
+++ b/test/test_gst.h
@@ -0,0 +1,8 @@
+#ifndef TEST_GST_H
+#define TEST_GST_H
+
+#include "../gst/info.h"
+
+int test_gst_run (infos *info);
+
+#endif \ No newline at end of file