summaryrefslogtreecommitdiffstats
path: root/test/LoadableModule.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/LoadableModule.py')
-rw-r--r--test/LoadableModule.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/LoadableModule.py b/test/LoadableModule.py
index 574b0cd..18a9c43 100644
--- a/test/LoadableModule.py
+++ b/test/LoadableModule.py
@@ -43,6 +43,7 @@ dlopen_line = {
'darwin' : no_dl_lib,
'freebsd4' : no_dl_lib,
'linux2' : use_dl_lib,
+ 'linux3' : use_dl_lib,
}
platforms_with_dlopen = list(dlopen_line.keys())