google / cmockery

A lightweight library to simplify and generalize the process of writing unit tests for C applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix build after removing stale files

mbrukman opened this issue · comments

Turns out that the stale docs files removed in PR #50 are actually involved in the build, and without them, the build breaks: https://travis-ci.org/google/cmockery/builds/500010453 which ends with:

gcc -g -O2 -o .libs/run_tests run_tests-run_tests.o  ./.libs/libcmockery.so
creating run_tests
make: *** No rule to make target 'doc/index.html', needed by 'all-am'.  Stop.
The command "./configure && make" exited with 2.

This issue is fixed now that PR #58 was merged.