Skip to content

Commit

Permalink
Merge pull request firecracker-microvm#239 from kzys/include-eb
Browse files Browse the repository at this point in the history
Include eventbridge on "make test"
  • Loading branch information
kzys authored Jul 31, 2019
2 parents c6054e9 + c9ca1dc commit 3d222ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# express or implied. See the License for the specific language governing
# permissions and limitations under the License.

SUBDIRS:=agent runtime snapshotter internal examples firecracker-control/cmd/containerd
SUBDIRS:=agent runtime snapshotter internal examples firecracker-control/cmd/containerd eventbridge
TEST_SUBDIRS:=$(addprefix test-,$(SUBDIRS))
INTEG_TEST_SUBDIRS:=$(addprefix integ-test-,$(SUBDIRS))

Expand Down

0 comments on commit 3d222ec

Please sign in to comment.