diff options
author | Bruno Haible <bruno@clisp.org> | 2007-02-18 04:15:31 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2007-02-18 04:15:31 +0000 |
commit | 4dc5127ae2b91d18a8af1ef298e6b28030e1406c (patch) | |
tree | 38565b5ed407e63bb2f8dfbd51c37cce20bae2f9 /modules/stdbool-tests | |
parent | 0f52e28459a6dfb94d9572e1fea0a28a1952c3cb (diff) | |
download | gnulib-4dc5127ae2b91d18a8af1ef298e6b28030e1406c.tar.gz |
Tests for module 'stdbool'.
Diffstat (limited to 'modules/stdbool-tests')
-rw-r--r-- | modules/stdbool-tests | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/stdbool-tests b/modules/stdbool-tests new file mode 100644 index 0000000000..a24825f97b --- /dev/null +++ b/modules/stdbool-tests @@ -0,0 +1,13 @@ +Files: +tests/test-stdbool.c + +Depends-on: + +configure.ac: + +Makefile.am: +TESTS += test-stdbool +check_PROGRAMS += test-stdbool + +License: +LGPL |