Regression: Fix typo in fuzzcheck target name (#559)

This seems to be a vim'esque typo introduced with c1b00c41.

Fix By: Gregor Jasny (@gjasny)
pull/562/head
Gregor Jasny 2 years ago committed by GitHub
parent bfe84bf251
commit ca85a4bd6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/Makefile.am

@ -37,7 +37,7 @@ CXXFLAGS += -Wall $(PTHREAD_CFLAGS)
# Makefile.inc provides the various *SOURCES and *HEADERS defines
include Makefile.inc
TESTS = arestest fuzzcheck.sho
TESTS = arestest fuzzcheck.sh
noinst_LTLIBRARIES = libgmock.la

Loading…
Cancel
Save