summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2023-07-07 21:49:56 +0200
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2024-06-15 16:19:41 +0200
commit1186c488bd7fbfc167e33b2df258b2404abe2717 (patch)
treebe73548b3522909b8a3972da65f16e80b402c494 /test
parent8cdd56e149f98919fcf48c45377c08637c822e81 (diff)
downloadredot-cpp-1186c488bd7fbfc167e33b2df258b2404abe2717.tar.gz
Add support for build profiles.
Allow enabling or disabling specific classes (which will not be built).
Diffstat (limited to 'test')
-rw-r--r--test/build_profile.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/build_profile.json b/test/build_profile.json
new file mode 100644
index 0000000..3587651
--- /dev/null
+++ b/test/build_profile.json
@@ -0,0 +1,9 @@
+{
+ "enabled_classes": [
+ "Control",
+ "Label",
+ "OS",
+ "TileMap",
+ "InputEventKey"
+ ]
+}