bk: 5585ec1eswPgBO8mCYMeXKCfxHpgTA
#EXTRA_PROGRAMS += test-keyFile
check_PROGRAMS = \
- test-crypto \
+ test-crypto \
test-keyFile \
test-kodDatabase \
test-kodFile \
tests_SOURCES = \
$(base_SOURCES) \
- g_crypto.cpp \
- g_keyFile.cpp \
- g_kodDatabase.cpp \
- g_kodFile.cpp \
g_networking.cpp \
packetHandling.cpp \
packetProcessing.cpp \
- g_utilities.cpp \
$(NULL)
+#HMS: Somebody needs to audit the following files to
+# make sure all of these tests are now handled by Unity
+#
+# g_utilities.cpp
+# g_kodDatabase.cpp
+# g_keyFile.cpp
+# g_crypto.cpp
+# g_kodFile.cpp
+
noinst_HEADERS = \
fileHandlingTest.h \
sntptest.h \
#include "tests_main.h"
+extern "C" {
+const char * Version = "stub unit test Version string";
+};
+
int main(int argc, char **argv) {
::testing::InitGoogleTest(&argc, argv);
-#include "lfptest.h"
+#include "g_lfptest.h"
extern "C" {
#include "ntp_unixtime.h"
-#include "sockaddrtest.h"
+#include "g_sockaddrtest.h"
class decodenetnumTest : public sockaddrtest {
};
-#include "lfptest.h"
+#include "g_lfptest.h"
class hextolfpTest : public lfptest {
};
-#include "sockaddrtest.h"
+#include "g_sockaddrtest.h"
class netofTest : public sockaddrtest {
};
-#include "sockaddrtest.h"
+#include "g_sockaddrtest.h"
class socktoaTest : public sockaddrtest {
};
-#include "lfptest.h"
+#include "g_lfptest.h"
/* This class tests both atolfp and mstolfp */
-#include "lfptest.h"
+#include "g_lfptest.h"
extern "C" {
#include "timevalops.h"