Skip to content

Commit

Permalink
Fix lest.hpp dependency for the tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
pdewacht committed Jul 7, 2014
1 parent 19edb17 commit 1dcd5b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@ src_brdecode_SOURCES = \

test_test_lest_SOURCES = \
test/test_lest.cc \
test/lest.h
test/lest.hpp

test_test_line_SOURCES = \
test/test_line.cc \
src/line.h \
src/line.cc \
test/lest.h
test/lest.hpp

test_test_block_SOURCES = \
test/test_block.cc \
src/block.h \
test/tempfile.h \
test/lest.h
test/lest.hpp

0 comments on commit 1dcd5b4

Please sign in to comment.