filesystem: wscript: check interface test before everything else

It makes sense since we're using sequential execution here anyway
This commit is contained in:
Alibek Omarov 2023-04-13 20:07:58 +03:00
parent 339c08d89f
commit 46e2ccd2bf
1 changed files with 1 additions and 1 deletions

View File

@ -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: