aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-04-03 01:01:47 -0500
committerJesse Luehrs <doy@tozt.net>2013-04-03 01:01:47 -0500
commit30f95efebb4ce102cdae25e0c837709f830a106d (patch)
tree1631ea329c98910b0db5a5c01ce402d086979772 /Makefile
parent0867d1894ce27b06e7ffce7ef3d52c8048e359d1 (diff)
downloadrust-term-30f95efebb4ce102cdae25e0c837709f830a106d.tar.gz
rust-term-30f95efebb4ce102cdae25e0c837709f830a106d.zip
add a few more examples
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9136f47..152fe5f 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RUSTC = rustc
MAIN_SOURCE = src/term.rs
OTHER_SOURCES = src/ios.rs src/info.rs src/util.rs src/trie.rs
-TESTS = bin/termios bin/termios2 bin/termios3 bin/rl
+TESTS = bin/termios bin/termios2 bin/termios3 bin/rl bin/password bin/attrs bin/tput
all: build tests