Skip to content

Commit

Permalink
update wandbox test
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed May 10, 2017
1 parent 2cbaf19 commit 94c5ace
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/wandbox/tests/test_iuwandbox.py
Expand Up @@ -15,6 +15,7 @@
except:
import unittest
import iuwandbox
import fused_iutest_files
import shutil

try:
Expand Down Expand Up @@ -73,7 +74,8 @@ def test_nofused(self):
class iuwandbox_test(iuwandbox_test_base):
def setUp(self):
if not os.path.exists(fused_src):
os.system('python ' + root + '/tools/fused/fused_iutest_files.py ' + fused_src)
fused_iutest_files.FusedAll(fused_iutest_files.IUTEST_INCLUDE_DIR, fused_src)
# os.system('python ' + root + '/tools/fused/fused_iutest_files.py ' + fused_src)
return super(iuwandbox_test, self).setUp()

def test_nomain(self):
Expand Down

0 comments on commit 94c5ace

Please sign in to comment.