From 2f2b5a4f291de0797c2009361170d95a55c17e3b Mon Sep 17 00:00:00 2001 From: Pekka Enberg <penberg@cloudius-systems.com> Date: Fri, 22 Nov 2013 10:57:10 +0200 Subject: [PATCH] test.py: add tst-except.so Signed-off-by: Pekka Enberg <penberg@cloudius-systems.com> --- scripts/test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/test.py b/scripts/test.py index 57742e1a3..891f3fd6d 100755 --- a/scripts/test.py +++ b/scripts/test.py @@ -2,6 +2,7 @@ import subprocess tests = [ + "/tests/tst-except.so", "/tests/tst-mmap.so", "/tests/tst-mmap-file.so", "/tests/tst-rename.so", -- GitLab