repo.or.cz
/
pacman-ng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move important information up in -Si output
[pacman-ng.git]
/
test
/
scripts
/
Makefile.am
blob
d525d894b35e8560357ab4397293242131a1bdbc
1
check_SCRIPTS = \
2
parseopts_test.sh \
3
human_to_size_test.sh
4
5
noinst_SCRIPTS = $(check_SCRIPTS)
6
7
EXTRA_DIST = \
8
$(check_SCRIPTS)
9
10
# vim:set ts=2 sw=2 noet: