Skip to content

Commit

Permalink
Move all example code into example subdirectory.
Browse files Browse the repository at this point in the history
  • Loading branch information
gconnell committed Dec 20, 2013
1 parent 97e3351 commit 26e1469
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 9 additions & 0 deletions gc
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,21 @@ if [ -f /usr/include/pcap.h ]; then
go test ./...
go build ./...
popd
pushd examples/pcapdump
go build
popd
pushd examples/httpassembly
go build
popd
fi
if [ -f /usr/include/pfring.h ]; then
pushd pfring
go test ./...
go build ./...
popd
pushd examples/pfdump
go build
popd
fi

# Run our initial commit
Expand Down

0 comments on commit 26e1469

Please sign in to comment.