Merge pull request #3 from djipi/master

Fix compilation issues with MinGW32
This commit is contained in:
Yaofu
2022-06-17 14:14:11 +08:00
committed by GitHub
3 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ $(PROJECT) : $(OBJS) $(MODULE)
@echo "+--------------------------------------------+"
clean:
rm -rf *.o *.a *_unittest ../crc/*.o
rm -rf *.o *.a *_unittest ../crc/*.o ut/test_harness.o
install :
test -d ../test || mkdir -p ../test
+1
View File
@@ -12,6 +12,7 @@
#include "../crc/crc64.h"
#include "../crc/crc_poly.h"
#include <iostream>
#include <string.h>
TEST(CRC8Test, BasicTest)
{
Binary file not shown.