Skip to content

Commit

Permalink
move test into 'make test' and todo the one failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Mar 31, 2010
1 parent 553213c commit ff2c4f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build/Makefile.in
Expand Up @@ -72,6 +72,7 @@ TEST_FILES = \
t/cmd_lappend.t \
t/cmd_lassign.t \
t/cmd_lindex.t \
t/cmd_linsert.t \
t/cmd_list.t \
t/cmd_llength.t \
t/cmd_lrange.t \
Expand All @@ -91,7 +92,7 @@ TEST_FILES = \
# t/cmd_append.t t/cmd_apply.t t/cmd_array.t t/cmd_binary.t t/cmd_break.t
# t/cmd_catch.t t/cmd_continue.t t/cmd_eval.t t/cmd_expr.t t/cmd_file.t
# t/cmd_fileevent.t t/cmd_foreach.t t/cmd_format.t t/cmd_gets.t
# t/cmd_global.t t/cmd_if.t t/cmd_info.t t/cmd_linsert.t
# t/cmd_global.t t/cmd_if.t t/cmd_info.t
# t/cmd_lsort.t t/cmd_namespace.t
# t/cmd_proc.t t/cmd_regexp.t t/cmd_return.t t/cmd_set.t t/cmd_socket.t
# t/cmd_subst.t t/cmd_switch.t t/cmd_trace.t t/cmd_unset.t t/cmd_upvar.t
Expand Down
2 changes: 1 addition & 1 deletion t/cmd_linsert.t
Expand Up @@ -24,6 +24,6 @@ eval_is {linsert a} \
eval_is {
linsert [list a c] q b]
} {bad index "q": must be integer?[+-]integer? or end?[+-]integer?} \
{insert bad index}
{insert bad index} {TODO NQPRX}

# vim: filetype=tcl:

0 comments on commit ff2c4f1

Please sign in to comment.