summaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/build.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/build.json b/tests/build.json
new file mode 100644
index 0000000..8a1ee45
--- /dev/null
+++ b/tests/build.json
@@ -0,0 +1,6 @@
+{
+ "compiler_path": "cplusplus",
+ "compiler_std": "c++20",
+ "headers_path": ["/App/Modules/", "/App/Headers/"],
+ "sources_path": ["/App/Sources/*.cxx"]
+}