Skip to content

Commit

Permalink
Merge branch 'tests' into 'master'
Browse files Browse the repository at this point in the history
Move test files to pytest framework

See merge request lfortran/lfortran!71
  • Loading branch information
certik committed Sep 30, 2018
2 parents 901d189 + a3735aa commit f561580
Show file tree
Hide file tree
Showing 10 changed files with 416 additions and 386 deletions.
8 changes: 2 additions & 6 deletions build_java.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ $antlr4 grammar/fortran.g4
javac fortran*.java

# Test:
$grun fortran module -tree examples/m1.f90
echo
$grun fortran module -tree examples/subroutine1.f90
echo
$grun fortran module -tree examples/expr1.f90
$grun fortran module -tree examples/expr2.f90

# Visualize
#grun fortran root -gui examples/m1.f90
#grun fortran root -gui examples/expr2.f90
94 changes: 0 additions & 94 deletions examples/bsplines.f90

This file was deleted.

62 changes: 0 additions & 62 deletions examples/constants.f90

This file was deleted.

12 changes: 0 additions & 12 deletions examples/expr1.f90

This file was deleted.

10 changes: 0 additions & 10 deletions examples/m1.f90

This file was deleted.

9 changes: 0 additions & 9 deletions examples/main_prog.f90

This file was deleted.

34 changes: 0 additions & 34 deletions examples/main_rand.f90

This file was deleted.

133 changes: 0 additions & 133 deletions examples/random.f90

This file was deleted.

19 changes: 0 additions & 19 deletions examples/subroutine1.f90

This file was deleted.

Loading

0 comments on commit f561580

Please sign in to comment.