make bitmap test compile
This commit is contained in:
parent
d333f89abf
commit
45c0fd70bb
|
@ -484,7 +484,7 @@ regress/unittests/sshkey/test_sshkey$(EXEEXT): ${UNITTESTS_TEST_SSHKEY_OBJS} \
|
|||
-lssh -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS)
|
||||
|
||||
UNITTESTS_TEST_BITMAP_OBJS=\
|
||||
regress/unittests/sshkey/tests.o
|
||||
regress/unittests/bitmap/tests.o
|
||||
|
||||
regress/unittests/sshkey/test_bitmap$(EXEEXT): ${UNITTESTS_TEST_BITMAP_OBJS} \
|
||||
regress/unittests/test_helper/libtest_helper.a libssh.a
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
#include <openssl/bn.h>
|
||||
|
||||
#include "test_helper.h"
|
||||
#include "../test_helper/test_helper.h"
|
||||
|
||||
#include "bitmap.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue