diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 4 | ||||
-rw-r--r-- | src/cpt-lib.in (renamed from src/cpt-lib) | 2 | ||||
-rw-r--r-- | src/test.do | 5 |
3 files changed, 6 insertions, 5 deletions
diff --git a/src/Makefile b/src/Makefile deleted file mode 100644 index aae4e59..0000000 --- a/src/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -test: - shellcheck -x -f gcc ./cpt* ../contrib/* - -.PHONY: test diff --git a/src/cpt-lib b/src/cpt-lib.in index 8e4ef87..a8fac5c 100644 --- a/src/cpt-lib +++ b/src/cpt-lib.in @@ -8,7 +8,7 @@ # Currently maintained by Cem Keylan. version() { - log "Carbs Packaging Tools" 5.1.1 + log "Carbs Packaging Tools" @VERSION@ exit 0 } diff --git a/src/test.do b/src/test.do new file mode 100644 index 0000000..76771c0 --- /dev/null +++ b/src/test.do @@ -0,0 +1,5 @@ +. ../config.rc +redo-ifchange cpt-lib +exec >&2 +find . ../contrib -name 'cpt-*' ! -name '*.*' -exec shellcheck -x -f gcc {} + +PHONY |