aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-03-19 22:48:52 -0500
committerJesse Luehrs <doy@tozt.net>2013-03-19 22:48:52 -0500
commit1fa0019d580450ab106d2a1f3ed9c622218c0dbf (patch)
treefec4f7a9cdf255f695eeb7223c3988d0adaec87e /Makefile
parent771c8bebde83ca8f8395078c44e582e7c25200d0 (diff)
downloadrust-term-1fa0019d580450ab106d2a1f3ed9c622218c0dbf.tar.gz
rust-term-1fa0019d580450ab106d2a1f3ed9c622218c0dbf.zip
another test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bdb39e9..51bdf2a 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RUSTC = rustc
MAIN_SOURCE = src/term.rs
OTHER_SOURCES = src/ios.rs src/info.rs
-TESTS = bin/termios
+TESTS = bin/termios bin/termios2
all: build tests