Skip to content

Commit

Permalink
Move the compiler_tester into libasr
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Aug 5, 2022
1 parent 54624c6 commit b233f31
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
from concurrent.futures import ThreadPoolExecutor
from functools import partial

import sys
sys.path.append("src/libasr")
from compiler_tester.tester import color, fg, log, run_test, style


Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit b233f31

Please sign in to comment.