From a8c30b898c2e4dec02c75a25e72c211d9dba473d Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 3 Dec 2018 23:05:01 -0500 Subject: Implement base64 encoding Will be used for SASL authentication. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e09be8b..cd96001 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,7 @@ OBJS += ui.o OBJS += url.o TESTS += format.t +TESTS += pls.t TESTS += term.t all: tags $(BINS) test -- cgit 1.4.1