* Move test suite related stuff from "src/" to "test/".
* Fix "test.sh" to search for libfaketime libraries in the right place.
* Split up Makefile into two separate Makefiles (one for the main
program and one for the test suite).
Test cases should go in another directory for the sake of clean code
separation. This will also facilitate the creation of proper Makefiles.
Signed-off-by: Lukas Fleischer <info@cryptocrack.de>
This is especially advantageous if libfaketime is built from source as
there isn't another convenient way to do a clean uninstall.
Signed-off-by: Lukas Fleischer <info@cryptocrack.de>
This is a standard used by almost all open source projects and allows
installing to different locations than the default location (which is
especially useful for packagers, e.g.) Switch to installing to
"/usr/local" by default, also. "/usr" should never be used as default
prefix.
Signed-off-by: Lukas Fleischer <info@cryptocrack.de>