Skip to content

Commit

Permalink
test_natpmp is not a regular test
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Nov 14, 2015
1 parent 164dd2f commit 15b1cd9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ test_programs = \
test_primitives \
test_http_parser \
test_magnet \
test_natpmp \
test_packet_buffer \
test_read_piece \
test_resume \
Expand Down Expand Up @@ -122,7 +121,8 @@ EXTRA_DIST = Jamfile \
pb.xml \
upnp.xml \
zeroes.gz \
utf8_test.txt
utf8_test.txt \
test_natpmp.cpp

EXTRA_PROGRAMS = $(test_programs)

Expand Down Expand Up @@ -164,7 +164,6 @@ test_string_SOURCES = test_string.cpp
test_primitives_SOURCES = test_primitives.cpp
test_http_parser_SOURCES = test_http_parser.cpp
test_magnet_SOURCES = test_magnet.cpp
test_natpmp_SOURCES = test_natpmp.cpp
test_packet_buffer_SOURCES = test_packet_buffer.cpp
test_read_piece_SOURCES = test_read_piece.cpp
test_storage_SOURCES = test_storage.cpp
Expand Down

0 comments on commit 15b1cd9

Please sign in to comment.