mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-18 02:50:33 +00:00
filesystem: wscript: check interface test before everything else
It makes sense since we're using sequential execution here anyway
This commit is contained in:
parent
339c08d89f
commit
46e2ccd2bf
@ -35,8 +35,8 @@ def build(bld):
|
|||||||
# build in same module, so dynamic linking will work
|
# build in same module, so dynamic linking will work
|
||||||
# for now (until we turn libpublic to shared module lol)
|
# for now (until we turn libpublic to shared module lol)
|
||||||
tests = {
|
tests = {
|
||||||
'caseinsensitive' : 'tests/caseinsensitive.c',
|
|
||||||
'interface' : 'tests/interface.cpp',
|
'interface' : 'tests/interface.cpp',
|
||||||
|
'caseinsensitive' : 'tests/caseinsensitive.c',
|
||||||
}
|
}
|
||||||
|
|
||||||
for i in tests:
|
for i in tests:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user