mirror of
https://github.com/gityf/crc.git
synced 2026-08-12 20:32:20 +08:00
Merge pull request #3 from djipi/master
Fix compilation issues with MinGW32
This commit is contained in:
+1
-1
@@ -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.
Reference in New Issue
Block a user