Remove verbosity for successful tests
This commit is contained in:
parent
bd2b577c6c
commit
6f8f90afbe
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ clean:
|
|||
rm -rf $(clean-objs)
|
||||
|
||||
test: vgbc.test
|
||||
@./$< -s
|
||||
@./$<
|
||||
|
||||
%.o: %.cpp
|
||||
g++ $(CXX_FLAGS) -c -o $@ $^
|
||||
|
|
Loading…
Reference in a new issue