Skip to content

Commit

Permalink
Update the build.xsh
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Jan 18, 2022
1 parent e25dd29 commit 897a09f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions ci/build.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,12 @@ src/bin/lpython -o expr2 expr2.o
./expr2

# Test the new Python frontend, manually for now:
python a.py doconcurrentloop_01.py
src/bin/lpython --show-ast ser.txt
src/bin/lpython --show-asr ser.txt
src/bin/lpython --show-cpp ser.txt

python a.py lpython_tests.py
src/bin/lpython --show-ast ser.txt
src/bin/lpython --show-asr ser.txt
src/bin/lpython --show-ast doconcurrentloop_01.py
src/bin/lpython --show-asr doconcurrentloop_01.py
src/bin/lpython --show-cpp doconcurrentloop_01.py

src/bin/lpython --show-ast lpython_tests.py
src/bin/lpython --show-asr lpython_tests.py

# Compile C and Fortran
src/bin/lpython -c integration_tests/modules_15b.f90 -o modules_15b.o
Expand Down

0 comments on commit 897a09f

Please sign in to comment.