mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-22 09:56:22 +01: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
|
||||
# for now (until we turn libpublic to shared module lol)
|
||||
tests = {
|
||||
'caseinsensitive' : 'tests/caseinsensitive.c',
|
||||
'interface' : 'tests/interface.cpp',
|
||||
'caseinsensitive' : 'tests/caseinsensitive.c',
|
||||
}
|
||||
|
||||
for i in tests:
|
||||
|
Loading…
Reference in New Issue
Block a user