Hi there!
After cloning this repo I installed the Unity submodule with make.
However, I didn't get the expected output and was met with this error:
root@cameo:/mnt/c/Development/College/CS520/Test/c-unit-testing# make make: Warning: File 'Makefile' has modification time 1324 s in the future mkdir -p build/depends/ mkdir -p build/objs/ mkdir -p build/results/ make: *** No rule to make target 'build/results/Testcalc.txt', needed by 'test'. Stop.
Some help resolving this error would be greatly appreciated!
Hi there!
After cloning this repo I installed the Unity submodule with
make.However, I didn't get the expected output and was met with this error:
root@cameo:/mnt/c/Development/College/CS520/Test/c-unit-testing# make make: Warning: File 'Makefile' has modification time 1324 s in the future mkdir -p build/depends/ mkdir -p build/objs/ mkdir -p build/results/ make: *** No rule to make target 'build/results/Testcalc.txt', needed by 'test'. Stop.Some help resolving this error would be greatly appreciated!