diff options
author | merakor <cem@ckyln.com> | 2020-12-20 21:20:58 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-12-20 21:20:58 +0000 |
commit | 388586b7ceac1470e741b2967e5ba33c8d99ef7b (patch) | |
tree | 930378a33333b691920047348373fe424d0878ca /bin/test.do | |
parent | 957dd999d5b9d56e29a355efeeb284b296a70b81 (diff) | |
download | cpt-388586b7ceac1470e741b2967e5ba33c8d99ef7b.tar.gz |
bin: add tests
FossilOrigin-Name: ec194605cd8c21140304faf47b67f419967b7606155d7afb0e6d9f83c7622d46
Diffstat (limited to 'bin/test.do')
-rw-r--r-- | bin/test.do | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/test.do b/bin/test.do new file mode 100644 index 0000000..4794751 --- /dev/null +++ b/bin/test.do @@ -0,0 +1,11 @@ +. ../config.rc +redo all +exec >&2 + +./cpt-readlink . +./cpt-readlink .. +./cpt-readlink /bin +./cpt-stat /bin +./cpt-stat cpt-readlink.o + +PHONY |