]> git.jsancho.org Git - guile-click.git/commit - tests/util.scm
Initial commit
authorJavier Sancho <jsf@jsancho.org>
Tue, 7 Sep 2021 16:45:12 +0000 (18:45 +0200)
committerJavier Sancho <jsf@jsancho.org>
Tue, 7 Sep 2021 16:45:12 +0000 (18:45 +0200)
commit7bb66a7166059976c81aef6e76f205c14b45cc45
tree14ce35631075de89592dc4694652cadaeeac0fef
Initial commit
15 files changed:
.gitignore [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
README [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
click.scm [new file with mode: 0644]
click/constant.scm [new file with mode: 0644]
click/display.scm [new file with mode: 0644]
click/util.scm [new file with mode: 0644]
configure.ac [new file with mode: 0644]
doc/click.texi [new file with mode: 0644]
doc/fdl-1.3.texi [new file with mode: 0644]
examples/hello.scm [new file with mode: 0755]
pre-inst-env.in [new file with mode: 0644]
test-env.in [new file with mode: 0644]
tests/util.scm [new file with mode: 0644]