Squashed 'vendor/github.com/erichs/composure/' content from commit 5c3698d

git-subtree-dir: vendor/github.com/erichs/composure
git-subtree-split: 5c3698df33cf92f9dbe75b807b1d29729989baaa
This commit is contained in:
buhl
2021-01-31 14:56:34 +01:00
commit 90dd69c8ad
10 changed files with 1282 additions and 0 deletions

10
Makefile Normal file
View File

@@ -0,0 +1,10 @@
TARGET = tests
all: $(TARGET)
tests:
cd test && make tests
clean::
rm -f test/*~ test/t/*~
rm -rf test/composure_test