build: Add unit test for the `guix-build' command.
authorLudovic Courtès <ludo@gnu.org>
Wed, 31 Oct 2012 22:27:51 +0000 (23:27 +0100)
committerLudovic Courtès <ludo@gnu.org>
Wed, 31 Oct 2012 23:52:46 +0000 (00:52 +0100)
commit97298ffae9fef6260bc812fffb01972736bc0ab4
tree5497c0f1bc4fd7fb77079b68e060b17a98a4eea4
parent073c34d72f94adf6c4c307239b1de0d14bdb60f3
build: Add unit test for the `guix-build' command.

* tests/guix-build.sh: New file.
* Makefile.am (TESTS): Add it.
  (LOG_COMPILER): Rename to...
  (SCM_LOG_COMPILER): ... this.  Move flags to...
  (AM_SCM_LOG_FLAGS): ... this.
  (TEST_EXTENSIONS, SH_LOG_COMPILER, AM_SH_LOG_FLAGS): New variables.
Makefile.am
tests/guix-build.sh [new file with mode: 0644]