[openssh-commits] [openssh] 15/16: make bitmap test compile

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Jan 15 22:09:20 EST 2015


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 45c0fd70bb2a88061319dfff20cb12ef7b1bc47e
Author: Damien Miller <djm at mindrot.org>
Date:   Thu Jan 15 22:08:23 2015 +1100

    make bitmap test compile
---
 Makefile.in                      | 2 +-
 regress/unittests/bitmap/tests.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 1471520..ebb0c51 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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
diff --git a/regress/unittests/bitmap/tests.c b/regress/unittests/bitmap/tests.c
index 6789661..5e02ca1 100644
--- a/regress/unittests/bitmap/tests.c
+++ b/regress/unittests/bitmap/tests.c
@@ -14,7 +14,7 @@
 
 #include <openssl/bn.h>
 
-#include "test_helper.h"
+#include "../test_helper/test_helper.h"
 
 #include "bitmap.h"
 

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list