From 5dc6a1d5fef50253f98838db681f92d0071172f5 Mon Sep 17 00:00:00 2001 From: serpilliere Date: Mon, 25 Apr 2016 22:12:45 +0200 Subject: Test: TCC conditional tests --- test/arch/x86/unit/mn_float.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/arch/x86/unit/mn_float.py') diff --git a/test/arch/x86/unit/mn_float.py b/test/arch/x86/unit/mn_float.py index 81eb518b..d704de73 100644 --- a/test/arch/x86/unit/mn_float.py +++ b/test/arch/x86/unit/mn_float.py @@ -1,4 +1,6 @@ #! /usr/bin/env python +import sys + from asm_test import Asm_Test_32 @@ -19,4 +21,4 @@ class Test_FADD(Asm_Test_32): if __name__ == "__main__": - [test()() for test in [Test_FADD]] + [test(*sys.argv[1:])() for test in [Test_FADD]] -- cgit 1.4.1