diff options
Diffstat (limited to '')
| -rw-r--r-- | test/test_all.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py index 70ab8e66..5de12bf4 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -97,6 +97,9 @@ class ExampleAssembler(Example): """ example_dir = "asm" + +testset += ExampleAssembler(["simple.py"]) + class ExampleShellcode(ExampleAssembler): """Specificities: - script: asm/shellcode.py |