Giter Club home page Giter Club logo

c-tap-harness's People

Contributors

dariaphoebe avatar dkg avatar julien-elie avatar mdionne avatar rra avatar solemnwarning avatar winspool avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

c-tap-harness's Issues

Install fails because of preexisting man pages

release/4.7-8-ge169247

make install fails complaining that some manpage is already present when linking the file (older version installed). A fix is to add -f to ln's flags in the Makefile:

--- Makefile~	2022-02-04 00:23:25.915145798 -0300
+++ Makefile	2022-02-04 00:24:12.997853946 -0300
@@ -468,7 +468,7 @@
 LDFLAGS = 
 LIBOBJS = 
 LIBS = 
-LN_S = ln -s
+LN_S = ln -sf
 LTLIBOBJS = 
 MAINT = #
 MAKEINFO = ${SHELL} /home/vonbrand/tmp/c-tap-harness/build-aux/missing makeinfo

Sorry, no real understanding of the autoconf mess to know how to really fix this.

Unable to build

The readme features the following build instructions:

You can build C TAP Harness and run its internal test suite with:

 ./configure
 make
 make check

This does not work because there is no configure file in the project. If I use the build steps of:

autoreconf -vif
./configure
make

Then the build fails with the following error message:

make: *** No rule to make target docs/api/bail.3', needed by all-am'. Stop.

I have forked this project and added a dockerfile which demonstrates this issue. You can find that here. Building the docker image will fail and the error will be displayed.

Program crashes if list of tests is empty

I created a single test within my TESTS list file and commented it out:

# example

This causes the program to crash. I fixed this in the code by modifying read_test_list(...) to return NULL when no testset structures have been populated.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.