1
0
mirror of https://github.com/pdewacht/brlaser synced 2024-12-27 07:48:21 +01:00

Fix lest.hpp dependency for the tests.

This commit is contained in:
Peter De Wachter 2014-07-07 13:05:01 +02:00
parent 19edb1767b
commit 1dcd5b445e

View File

@ -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