Skip to content

Commit

Permalink
ovs-dev.py: Support check-valgrind in the Makefile.
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Jackson <[email protected]>
Acked-by: Ben Pfaff <[email protected]>
  • Loading branch information
ejj committed Aug 5, 2014
1 parent 645b893 commit c0b0b09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utilities/ovs-dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ def conf():
if clang:
mf.write(make_str % BUILD_CLANG)
mf.write("\t$(MAKE) -C %s %s $@\n" % (BUILD_GCC, c1))
mf.write("\ncheck-valgrind:\n")
mf.write("\ncheck:\n")
mf.write(make_str % BUILD_GCC)
mf.close()
Expand Down

0 comments on commit c0b0b09

Please sign in to comment.