Fix compilation issues with MinGW32

pull/3/head
Jean-Paul Mari 3 years ago
parent 321960cee1
commit 06071327d1

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

@ -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.
Loading…
Cancel
Save