Hi.
but I am new to cpputest so I have no idea below the error
Could you tell me how to solve it?
my environment is :
windows 10 64bit
cygwin
cpputest-.3.7.1
$ make -f MakefileWorker.mk
Linking pingu_tests
g++ -o pingu_tests lib/libpingu.a C:\cygwin64\home\Junsuk_Park\cpputest-3.7.1/lib/libCppUTest.a -static -g
/usr/lib/gcc/x86_64-pc-cygwin/4.9.3/../../../../lib/libcygwin.a(libcmain.o): In function `main':
/usr/src/debug/cygwin-2.3.1-1/winsup/cygwin/lib/libcmain.c:39: undefined reference to `WinMain'
/usr/src/debug/cygwin-2.3.1-1/winsup/cygwin/lib/libcmain.c:39:(.text.startup+0x7f): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `WinMain'
collect2: error: ld returned 1 exit status