Skip to content

Commit

Permalink
make: tests should run without -B
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Jan 22, 2012
1 parent 2552b64 commit a5794f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ TESTS += test/api
TESTS += test/reopen

test: $(TESTS)
@test/api
@test/reopen

test/%: test/%.cc bplus.a
$(CXX) $(CFLAGS) $(CPPFLAGS) $(LINKFLAGS) $< -o $@ bplus.a
@$@ # run compiled executable

OBJS =

Expand Down

0 comments on commit a5794f6

Please sign in to comment.