/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:
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