summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCodeComprehension/Cpp/Tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibCodeComprehension/Cpp/Tests.h')
-rw-r--r--Userland/Libraries/LibCodeComprehension/Cpp/Tests.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Userland/Libraries/LibCodeComprehension/Cpp/Tests.h b/Userland/Libraries/LibCodeComprehension/Cpp/Tests.h
new file mode 100644
index 0000000000..0c98313e9a
--- /dev/null
+++ b/Userland/Libraries/LibCodeComprehension/Cpp/Tests.h
@@ -0,0 +1,9 @@
+/*
+ * Copyright (c) 2021, Itamar S. <itamar8910@gmail.com>
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
+ */
+
+#pragma once
+
+int run_tests();