From: Arvin Schnell Date: Mon, 24 Nov 2025 12:11:56 +0000 (+0100) Subject: - added test program X-Git-Tag: v0.13.1~67^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1070%2Fhead;p=thirdparty%2Fsnapper.git - added test program --- diff --git a/stomp/testsuite/Makefile.am b/stomp/testsuite/Makefile.am index 424ce182..c715cd8c 100644 --- a/stomp/testsuite/Makefile.am +++ b/stomp/testsuite/Makefile.am @@ -9,7 +9,7 @@ LDADD = \ -lboost_unit_test_framework check_PROGRAMS = \ - read1.test write1.test escape.test + read1.test write1.test escape.test strip.test AM_DEFAULT_SOURCE_EXT = .cc