summaryrefslogtreecommitdiff
path: root/tests/print-align.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: appease "make syntax-check"Jim Meyering2009-11-031-0/+2
| | | | * tests/print-align.c: Include "progname.h". Call set_program_name.
* tests: print and check partition alignment info, tooJim Meyering2009-11-031-1/+11
| | | | | * tests/print-align.c: Print partition alignment info, too * tests/t9020-alignment.sh: Check partition alignment too.
* tests: add a helper program to print alignment info for a deviceJim Meyering2009-11-021-0/+38
* tests/print-align.c: New file. * tests/Makefile.am (check_PROGRAMS): Define. (AM_CPPFLAGS, LDADD): Define. (AM_CFLAGS): Enable warnings here, too, by adding $(WARN_CFLAGS) and $(WERROR_CFLAGS).