Add build system, remove dependency on glib, add TAP library
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 4 Dec 2019 22:33:56 +0000 (17:33 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 4 Dec 2019 22:48:41 +0000 (17:48 -0500)
commit7ac57709d4964e2c59c9b0592632c374056caa00
tree2af05fd79fcf8835e603a3b6bb8f3ac4e8bb7564
parent903a5b8ab5ab38d3b200b1d692ba0d29d080c92c
Add build system, remove dependency on glib, add TAP library

This commit...

 * adds an automake-based system.
 * removes glib dependencies from the library code (i.e. not from the tests),
   replacing them with home-grown code.
 * sets up the tests to run using the TAP library [1].

[1] https://github.com/shlomif/libtap-prev

Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Makefile.am [new file with mode: 0644]
argpar/Makefile.am [new file with mode: 0644]
argpar/argpar.c
argpar/argpar.h
configure.ac [new file with mode: 0644]
tests/Makefile.am [new file with mode: 0644]
tests/tap/Makefile.am [new file with mode: 0644]
tests/tap/tap.c [new file with mode: 0644]
tests/tap/tap.h [new file with mode: 0644]
tests/test_argpar.c
This page took 0.023229 seconds and 4 git commands to generate.