mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-10 19:45:01 -05:00
b58489d29a
This is a bash wrapper around an awk function that parses human readable sizes and returns their representative values in bytes, as a string. A small test harness is added to validate the functionality. Signed-off-by: Dave Reisner <dreisner@archlinux.org>
11 lines
158 B
Makefile
11 lines
158 B
Makefile
check_SCRIPTS = \
|
|
parseopts_test.sh \
|
|
human_to_size_test.sh
|
|
|
|
noinst_SCRIPTS = $(check_SCRIPTS)
|
|
|
|
EXTRA_DIST = \
|
|
$(check_SCRIPTS)
|
|
|
|
# vim:set ts=2 sw=2 noet:
|