X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=test%2FMakefile.am;fp=test%2FMakefile.am;h=422dda928947a99b7eae5049384ec02f8f70449c;hp=0000000000000000000000000000000000000000;hb=fd9992da39f78bd5e4ae5bbd8c003cd2ecc8fe75;hpb=2709e0121568c93bd012a57dedb15456271ef025 diff --git a/test/Makefile.am b/test/Makefile.am new file mode 100644 index 0000000..422dda9 --- /dev/null +++ b/test/Makefile.am @@ -0,0 +1,6 @@ +# mutt-ng test suite + +noinst_PROGRAMS=test_muttng +test_muttng_SOURCES= test_muttng.c +test_muttng_INCLUDES= @CFLAGS@ test_muttng.h +test_muttng_LIBS= @LIBS@