Remove verbosity for successful tests

This commit is contained in:
madmaurice 2023-08-28 23:07:53 +02:00
parent bd2b577c6c
commit 6f8f90afbe

View file

@ -12,7 +12,7 @@ clean:
rm -rf $(clean-objs) rm -rf $(clean-objs)
test: vgbc.test test: vgbc.test
@./$< -s @./$<
%.o: %.cpp %.o: %.cpp
g++ $(CXX_FLAGS) -c -o $@ $^ g++ $(CXX_FLAGS) -c -o $@ $^