pampanic / pam_panic

A PAM module that protects sensitive data and provides a panic function for emergency situations. Authentication through passwords or removable media.
GNU General Public License v3.0
56 stars 11 forks source link

"make" and "make test" #59

Closed Bandie closed 6 years ago

Bandie commented 6 years ago

Actual behaviour

After make, make test doesn't work.

Expected behaviour

make and make test work.

Steps to reproduce the problem

  1. autoreconf -i && ./configure && make
  2. make test

Specifications