Skip to content

Commit a1350d8

Browse files
committed
Add test_non_copyable_recursive to test suite
1 parent aa23b40 commit a1350d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

unittests/test_all.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
import test_function_pointer
7777
import test_directory_cache
7878
import test_config
79+
import test_non_copyable_recursive
7980

8081
testers = [
8182
# , demangled_tester # failing right now
@@ -144,7 +145,8 @@
144145
test_pattern_parser,
145146
test_function_pointer,
146147
test_directory_cache,
147-
test_config
148+
test_config,
149+
test_non_copyable_recursive
148150
]
149151

150152
if 'posix' in os.name:

0 commit comments

Comments
 (0)