/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Teddy Hogeborn
  • Date: 2019-07-15 01:59:36 UTC
  • Revision ID: teddy@recompile.se-20190715015936-09xieyg8ogdxvoi2
Debian package change: Add autopkgtest support

* Makefile (check): Run a few more superficial tests.
  (debian/control/[Source: mandos]/Testsuite): New; set to
                                               "autopkgtest".
  (debian/tests/control): New.

Show diffs side-by-side

added added

removed removed

Lines of Context:
260
260
# Need to add the GnuTLS, Avahi and GPGME libraries
261
261
plugins.d/mandos-client: plugins.d/mandos-client.c
262
262
        $(LINK.c) $^ $(GNUTLS_CFLAGS) $(AVAHI_CFLAGS) $(strip\
263
 
                ) $(GPGME_CFLAGS) -lrt $(GNUTLS_LIBS) $(strip\
 
263
                ) $(GPGME_CFLAGS) $(GNUTLS_LIBS) $(strip\
264
264
                ) $(AVAHI_LIBS) $(GPGME_LIBS) $(LOADLIBES) $(strip\
265
265
                ) $(LDLIBS) -o $@
266
266
 
282
282
maintainer-clean: clean
283
283
        -rm --force --recursive keydir confdir statedir
284
284
 
285
 
check:  all
 
285
check: all
286
286
        ./mandos --check
287
287
        ./mandos-ctl --check
 
288
        ./mandos-keygen --version
 
289
        ./plugin-runner --version
 
290
        ./plugin-helpers/mandos-client-iprouteadddel --version
288
291
 
289
292
# Run the client with a local config and key
290
293
run-client: all keydir/seckey.txt keydir/pubkey.txt keydir/tls-privkey.pem keydir/tls-pubkey.pem