Skip to content

Commit 610c804

Browse files
authored
Merge pull request CBATeam#1615 from CBATeam/ascTests
Tools - Exclude "test_" sqfs from asc
2 parents ee1eb5a + eb727e8 commit 610c804

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.hemtt/project.toml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ exclude = [
2727
"xeh/fnc_initdisplay.sqf",
2828
"xeh/fnc_startloadingscreen.sqf",
2929
"xeh/fnc_endloadingscreen.sqf",
30+
"/test_"
3031
]
3132

3233
[hemtt.config]

sqfc.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"diagnostic\\fnc_isdebugconsoleallowed.sqf",
1515
"xeh\\fnc_initdisplay.sqf",
1616
"xeh\\fnc_startloadingscreen.sqf",
17-
"xeh\\fnc_endloadingscreen.sqf"
17+
"xeh\\fnc_endloadingscreen.sqf",
18+
"\\test_"
1819
],
1920
"outputDir": "P:/",
2021
"workerThreads": 12

0 commit comments

Comments
 (0)