diff --git a/.hemtt/project.toml b/.hemtt/project.toml index 5aa1460c0..ed381d0e1 100644 --- a/.hemtt/project.toml +++ b/.hemtt/project.toml @@ -27,6 +27,7 @@ exclude = [ "xeh/fnc_initdisplay.sqf", "xeh/fnc_startloadingscreen.sqf", "xeh/fnc_endloadingscreen.sqf", + "/test_" ] [hemtt.config] diff --git a/sqfc.json b/sqfc.json index f3695e5f1..59e77fb47 100644 --- a/sqfc.json +++ b/sqfc.json @@ -14,7 +14,8 @@ "diagnostic\\fnc_isdebugconsoleallowed.sqf", "xeh\\fnc_initdisplay.sqf", "xeh\\fnc_startloadingscreen.sqf", - "xeh\\fnc_endloadingscreen.sqf" + "xeh\\fnc_endloadingscreen.sqf", + "\\test_" ], "outputDir": "P:/", "workerThreads": 12