Skip to content

Commit

Permalink
Stout: Added missing 'filesystem_tests.cpp' to Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlvanre committed Jan 29, 2016
1 parent 214af2a commit 3f6dfe7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 3rdparty/libprocess/3rdparty/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ stout_tests_SOURCES = \
$(STOUT)/tests/interval_tests.cpp \
$(STOUT)/tests/ip_tests.cpp \
$(STOUT)/tests/json_tests.cpp \
$(STOUT)/tests/jsonify_tests.cpp \
$(STOUT)/tests/jsonify_tests.cpp \
$(STOUT)/tests/linkedhashmap_tests.cpp \
$(STOUT)/tests/mac_tests.cpp \
$(STOUT)/tests/main.cpp \
Expand All @@ -182,6 +182,7 @@ stout_tests_SOURCES = \
$(STOUT)/tests/numify_tests.cpp \
$(STOUT)/tests/option_tests.cpp \
$(STOUT)/tests/os_tests.cpp \
$(STOUT)/tests/os/filesystem_tests.cpp \
$(STOUT)/tests/os/sendfile_tests.cpp \
$(STOUT)/tests/os/signals_tests.cpp \
$(STOUT)/tests/os/strerror_tests.cpp \
Expand Down

0 comments on commit 3f6dfe7

Please sign in to comment.