make bitmap test compile

This commit is contained in:
Damien Miller 2015-01-15 22:08:23 +11:00
parent d333f89abf
commit 45c0fd70bb
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -14,7 +14,7 @@
#include <openssl/bn.h>
#include "test_helper.h"
#include "../test_helper/test_helper.h"
#include "bitmap.h"