]> git.draconx.ca Git - cdecl99.git/commit
Add a basic "make installcheck" function.
authorNick Bowler <nbowler@draconx.ca>
Wed, 22 Nov 2023 01:25:04 +0000 (20:25 -0500)
committerNick Bowler <nbowler@draconx.ca>
Wed, 22 Nov 2023 03:47:35 +0000 (22:47 -0500)
commit094c357d91c1fd7c5a7ea165381b00601fe21257
treefc0a79986b6592b2570d5348d249e7d894d8ed9a
parenta2143aa79fb92571c6073e955cd28b18cc62ec89
Add a basic "make installcheck" function.

Add a very simple post-install test which simply attempts to compile,
link and run a test program against the installed header and library.
Makefile.am
t/.gitignore
t/installcheck.c [new file with mode: 0644]
t/installcheck.exp [new file with mode: 0644]