diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2016-07-14 17:56:27 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2016-07-25 02:12:37 +0200 |
commit | 89b1f89cfc88c1cdc4e61834e8e1b497b978ee99 (patch) | |
tree | 06627f9215e4701f38a7d674bf4273fd4daf01f4 /Makefile.am | |
parent | 55e72cb1074b5819660f93426e09c0a10f78e102 (diff) | |
download | cuirass-89b1f89cfc88c1cdc4e61834e8e1b497b978ee99.tar cuirass-89b1f89cfc88c1cdc4e61834e8e1b497b978ee99.tar.gz |
Move '%program-name' to (cuirass ui) module.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f178cf7..85cac05 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,6 +31,7 @@ TESTS = \ tests/base.scm \ ## tests/basic.sh # takes too long to execute tests/database.scm \ + tests/ui.scm \ tests/utils.scm # Unset 'GUILE_LOAD_COMPILED_PATH' altogether while compiling. Otherwise, if |