summaryrefslogtreecommitdiff
path: root/modules/scratch_buffer-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-08-18 21:37:03 +0200
committerBruno Haible <bruno@clisp.org>2018-08-18 21:37:03 +0200
commit2c578fe339cdcf863c54ce4d10213d654c8b3077 (patch)
tree151b6a08c639e1444d894ac54b159d3a1f78db61 /modules/scratch_buffer-tests
parentba153ed1edb23bf14f21b9892ff169f10d39911f (diff)
downloadgnulib-2c578fe339cdcf863c54ce4d10213d654c8b3077.tar.gz
scratch_buffer: Add tests.
* tests/test-scratch-buffer.c: New file. * modules/scratch_buffer-tests: New file.
Diffstat (limited to 'modules/scratch_buffer-tests')
-rw-r--r--modules/scratch_buffer-tests12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/scratch_buffer-tests b/modules/scratch_buffer-tests
new file mode 100644
index 0000000000..1e52951264
--- /dev/null
+++ b/modules/scratch_buffer-tests
@@ -0,0 +1,12 @@
+Files:
+tests/test-scratch-buffer.c
+tests/macros.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-scratch-buffer
+check_PROGRAMS += test-scratch-buffer
+test_scratch_buffer_SOURCES = test-scratch-buffer.c