]> git.cworth.org Git - fips/commit
fips: Add the beginning of a test suite
authorCarl Worth <cworth@cworth.org>
Thu, 27 Jun 2013 20:26:59 +0000 (13:26 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 27 Jun 2013 20:38:42 +0000 (13:38 -0700)
commit18a600531c73bfd36f9d8d0814ee6d22d1456d67
tree9c1fe58fd2c7a0a6a4f5c58388db9e48a81a12e5
parent02c39fbdaa29d62a8e7b8d223f62ccd08d4782ee
fips: Add the beginning of a test suite

So far, there's just one test program. It links against libGL.so and
uses GLX to render a few solid frames. The test suite ensures that it
can be run and that "fips --verbose" actually prints a message.
Makefile
Makefile.local
test/.gitignore [new file with mode: 0644]
test/Makefile [new file with mode: 0644]
test/Makefile.local [new file with mode: 0644]
test/fips-test [new file with mode: 0755]
test/glx-link-call.c [new file with mode: 0644]
test/util.c [new file with mode: 0644]
test/util.h [new file with mode: 0644]