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 8f342db commit 553213c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build/Makefile.in
Expand Up @@ -69,6 +69,7 @@ TEST_FILES = \
t/cmd_for.t \
t/cmd_incr.t \
t/cmd_join.t \
t/cmd_lappend.t \
t/cmd_lassign.t \
t/cmd_lindex.t \
t/cmd_list.t \
Expand All @@ -90,7 +91,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_lappend.t t/cmd_linsert.t
# t/cmd_global.t t/cmd_if.t t/cmd_info.t t/cmd_linsert.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
3 changes: 2 additions & 1 deletion t/cmd_lappend.t
Expand Up @@ -38,6 +38,7 @@ eval_is {
eval_is {
set x \"
lappend x 1
} {unmatched open quote in list} {invalid list structure}
} {unmatched open quote in list} {invalid list structure} \
{TODO NQPRX}

# vim: filetype=tcl:

0 comments on commit 553213c

Please sign in to comment.