Install cygwin, default and development packages.
Download and extract Cpputest to c:\cpputest-x.x
Configure and install cpputest: Start cygwin and input the following shell commands
cd c:\cpputest-x.x
./configure
make
make check
Install helper scripts (optional step)
cd scripts
./InstallScripts.sh
Add CPPUTEST_HOME as an environment variable: in c:\cygwin64\home\your_user_name.bash_profile add
< export CPPUTEST_HOME=/cygdrive/c/cpputest-x.x >
You should now be good to go. If not, write to the CppUTest google group, theres always friendly people willing to help.
I can extract the zip-file to my temp/folder just in c:/temp
./configure runs, print out a lot of yes and no
Then I try make, system stops telling me there is a missing separator on line 631, first my path contained a space but I temporary corrected that just to be able to continue, but I don't understand how to fix this error
this is what's on line 630 and 631
LD = C:/temp/mingw-w64/x86_64-7.3.0-win32-seh-rt_v5-rev0/mingw64/x86_64-w64-mingw32/bin/ld.exe
LDFLAGS =
--
You received this message because you are subscribed to the Google Groups "cpputest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cpputest+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.