Thanks. For the unit tests to work though, more work is needed than just copying them to the test directory. You need to:
tests/ctags/Makefile.am
tests/ctags/<fname>.tags
where <fname>
is the filename of each of the testsconfigure
make check
which will fail but which will create <fname>.log
files inside the tests/ctags
directorytests/ctags
run patch -p0 <fname>.log
for each of the filesmake check
to make sure all tests pass<fname>.tags
files and the Makefile.am
change—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.