aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/testing.h')
-rw-r--r--src/nvim/testing.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/nvim/testing.h b/src/nvim/testing.h
new file mode 100644
index 0000000000..1522ebc7b7
--- /dev/null
+++ b/src/nvim/testing.h
@@ -0,0 +1,10 @@
+#ifndef NVIM_TESTING_H
+#define NVIM_TESTING_H
+
+#include "nvim/eval/funcs.h"
+#include "nvim/eval/typval.h"
+
+#ifdef INCLUDE_GENERATED_DECLARATIONS
+# include "testing.h.generated.h"
+#endif
+#endif // NVIM_TESTING_H