Skip to content

Commit

Permalink
Move JSON podspecs to subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrymarino committed Oct 18, 2018
1 parent 7defad3 commit 378a251
Show file tree
Hide file tree
Showing 56 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion IntegrationTests/RunTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ make compiler
CMD=bin/Compiler

# Loop through all the examples and compare outputs
for f in $(find Examples/*); do
for f in $(find Examples/PodSpecs/*); do
GOLD_MASTER=`cat IntegrationTests/GoldMaster/$(basename $f).goldmaster`
TEMP_F=$(mktemp)
OUTPUT=$($CMD $f | tee $TEMP_F)
Expand Down

0 comments on commit 378a251

Please sign in to comment.