Merge pull request #3 from djipi/master

Fix compilation issues with MinGW32
master
Yaofu 3 years ago committed by GitHub
commit 92e515a695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,7 +35,7 @@ $(PROJECT) : $(OBJS) $(MODULE)
@echo "+--------------------------------------------+" @echo "+--------------------------------------------+"
clean: clean:
rm -rf *.o *.a *_unittest ../crc/*.o rm -rf *.o *.a *_unittest ../crc/*.o ut/test_harness.o
install : install :
test -d ../test || mkdir -p ../test test -d ../test || mkdir -p ../test

@ -12,6 +12,7 @@
#include "../crc/crc64.h" #include "../crc/crc64.h"
#include "../crc/crc_poly.h" #include "../crc/crc_poly.h"
#include <iostream> #include <iostream>
#include <string.h>
TEST(CRC8Test, BasicTest) TEST(CRC8Test, BasicTest)
{ {

Binary file not shown.
Loading…
Cancel
Save