Skip to content

Commit

Permalink
Combine nt with test
Browse files Browse the repository at this point in the history
This fixes the fact that nt tests don't run because there's a directory
named nt.
  • Loading branch information
sorear committed Apr 9, 2010
1 parent a39f261 commit 9dfcf49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build/Makefile.in
Expand Up @@ -124,8 +124,6 @@ help:

test: build
$(PERL) -I$(LIB_DIR)/tools/lib t/harness --bindir=$(BIN_DIR)

nt: build
$(PERL) -I$(LIB_DIR)/tools/lib t/harness --bindir=$(BIN_DIR) --nt

# basic run for missing libs
Expand Down

0 comments on commit 9dfcf49

Please sign in to comment.