diff options
author | dscho <dscho> | 2005-05-24 10:54:46 +0000 |
---|---|---|
committer | dscho <dscho> | 2005-05-24 10:54:46 +0000 |
commit | 8ef9dbd3416c6abee98d3569eda48498c106f1bc (patch) | |
tree | 94af8f49185d7a36f6a1a1a4a6ab0e5bd9a22b7a | |
parent | 8f4b4e267ddb57918003f533c4cd71f4ca7cd233 (diff) | |
download | libtdevnc-8ef9dbd3416c6abee98d3569eda48498c106f1bc.tar.gz libtdevnc-8ef9dbd3416c6abee98d3569eda48498c106f1bc.zip |
"make t" now executes the tests
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 15bde72..6e1586c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,4 +25,6 @@ all: make_config_executable make_config_executable: chmod a+x libvncserver-config +t: + $(MAKE) -C test test |