Skip to content

Commit

Permalink
Significant internal refactoring to make the data in json_value a pol…
Browse files Browse the repository at this point in the history
…ymorphic class. Fixes #405
  • Loading branch information
jacobwilliams committed Jul 10, 2019
1 parent 7274ff5 commit fae587d
Show file tree
Hide file tree
Showing 2 changed files with 1,075 additions and 897 deletions.
2 changes: 2 additions & 0 deletions json-fortran.fobis
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ rule_1 = (cd bin
GLOBIGNORE='*.*'
ls jf_test_* | sed 's/^\([^0-9]*\)\([0-9]*\)/\1 \2/' | sort -k2,2n | tr -d ' ' |
while read TEST; do
echo ""
echo "======================================================"
echo ""
echo "Running ${TEST}"
"./${TEST}"
Expand Down
Loading

0 comments on commit fae587d

Please sign in to comment.