Skip to content

Commit

Permalink
fixing path, aplas variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Berkeley Churchill committed Apr 18, 2019
1 parent 3311743 commit d4e540b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:

script:
- docker build -t eqc .
- docker run eqc su -c /home/equivalence/equivalence-checker/scripts/travis/buildtest.sh" equivalence
- docker run eqc su -c /home/equivalence/equivalence-checker/scripts/travis/buildtest.sh equivalence
- IMAGENAME="bchurchill/pldi19:$TRAVIS_BUILD_ID"
- if [ "$TRAVIS_BRANCH" = "master" ]; then IMAGENAME="bchurchill/pldi19:latest"; fi
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
Expand Down
4 changes: 2 additions & 2 deletions pldi19/aplas17/variables
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

TARGET_BOUND=40
REWRITE_BOUND=40
TARGET_BOUND=6
REWRITE_BOUND=6
NAME=sum_positive
TARGET=opt0/sum_positive.s
REWRITE=opt1/sum_positive.s
Expand Down

0 comments on commit d4e540b

Please sign in to comment.