]> git.ipfire.org Git - thirdparty/gettext.git/commit
libtextstyle: Add a program for ad-hoc testing.
authorBruno Haible <bruno@clisp.org>
Mon, 11 Mar 2019 20:19:57 +0000 (21:19 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 11 Mar 2019 20:21:14 +0000 (21:21 +0100)
commitd1737c3084a97586ebc2bd1458f78ac9f68144cc
treeb38f77b42cc6ea6f8d5da21bf132a13f1167542e
parente267f7ff44162414596e47923aa6b2b74c8c581f
libtextstyle: Add a program for ad-hoc testing.

* libtextstyle/adhoc-tests/README: New file.
* libtextstyle/adhoc-tests/hello.c: New file, based on
libtextstyle/examples/color-hello/hello.c.
* libtextstyle/adhoc-tests/hello-default.css: New file, copied from
libtextstyle/examples/color-hello/hello-default.css.
* libtextstyle/adhoc-tests/Makefile.am: New file.
* libtextstyle/configure.ac (AC_CONFIG_FILES): Add adhoc-tests/Makefile.
* libtextstyle/Makefile.am (SUBDIRS): Add adhoc-tests.
libtextstyle/.gitignore
libtextstyle/Makefile.am
libtextstyle/adhoc-tests/Makefile.am [new file with mode: 0644]
libtextstyle/adhoc-tests/README [new file with mode: 0644]
libtextstyle/adhoc-tests/hello-default.css [new file with mode: 0644]
libtextstyle/adhoc-tests/hello.c [new file with mode: 0644]
libtextstyle/configure.ac