Skip to content

Commit

Permalink
add run const.o in test
Browse files Browse the repository at this point in the history
  • Loading branch information
pkujhd committed Jun 12, 2020
1 parent e18c88e commit 96d764a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ before_install:
script:
- go build github.com/pkujhd/goloader/examples/loader
- go tool compile $GOPATH/src/github.com/pkujhd/goloader/examples/base/base.go
- go tool compile $GOPATH/src/github.com/pkujhd/goloader/examples/const/const.go
- ./loader -o base.o -run main.main
- ./loader -o const.o -run main.main

0 comments on commit 96d764a

Please sign in to comment.