Commit Graph

6 Commits

Author SHA1 Message Date
Lukas Fleischer
cf0ccef687 Move test suite to a separate subdirectory.
* 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>
2011-04-27 18:50:40 +02:00
Lukas Fleischer
9234f5df86 Add ".PHONY" target to the Makefile.
This is required for targets that do not directly refer to files.

Signed-off-by: Lukas Fleischer <info@cryptocrack.de>
2011-04-26 17:29:22 +02:00
Lukas Fleischer
cd0667a7a6 Add an uninstall target to the Makefile.
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>
2011-04-26 17:25:55 +02:00
Lukas Fleischer
46f6bd5b9b Use "$DESTDIR" and "$PREFIX" in the Makefile.
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>
2011-04-26 17:22:12 +02:00
Lukas Fleischer
5bbb393e07 Add ".gitignore".
Signed-off-by: Lukas Fleischer <info@cryptocrack.de>
2011-04-26 17:17:16 +02:00
Wolfgang Hommel
a6ce767de9 git repository based on v0.8 v0.8 2011-04-24 19:55:43 +02:00