diff options
Diffstat (limited to 'main/tests/SCsub')
-rw-r--r-- | main/tests/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tests/SCsub b/main/tests/SCsub index 437d9ed777..cb1d35b12f 100644 --- a/main/tests/SCsub +++ b/main/tests/SCsub @@ -1,6 +1,6 @@ #!/usr/bin/python -Import('env') +Import("env") env.tests_sources = [] env.add_source_files(env.tests_sources, "*.cpp") |