diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-09 15:42:10 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-09 16:25:12 -0700 |
commit | fa7241ac10bf9b47c3d20d557fdca0aa0a468484 (patch) | |
tree | 1186e8e6c13e0e452b07338d76de6603b055c316 /Makefile.am | |
parent | 7c4196d3218d1afa73c930577beeb579c1e87a38 (diff) |
test: add round-trip-test for atobm & bmtoa
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 5b2a060..f6f411f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -74,6 +74,8 @@ dist_appdefault_DATA = \ app-defaults/Bitmap-nocase \ app-defaults/Bitmap +TESTS = test/round-trip-test + MAINTAINERCLEANFILES = ChangeLog INSTALL .PHONY: ChangeLog INSTALL |