Revert "Add check-exactness target with -j support"

This reverts commit f1bfcaeaf0.

This patch should not have been pushed.
master
Daniel Zaoui 5 years ago
parent ee532a6aac
commit 65c07efc0e
  1. 10
      Makefile.am
  2. 4
      configure.ac

@ -20,13 +20,3 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = exactness.pc
ACLOCAL_AMFLAGS = -I m4
if HAVE_EXACTNESS_DATA
check-exactness:
$(eval JOBS := $(shell [[ "${MAKEFLAGS}" =~ -j([0-9]+) ]] && echo $${BASH_REMATCH[1]} || echo 1))
cd exactness-elm-data/default-profile; exactness -j ${JOBS} -p -b recordings tests.txt; cd -
.PHONY: check-exactness
endif

@ -68,7 +68,3 @@ src/bin/Makefile
src/lib/Makefile
exactness.pc
])
exactness_data_dir=${srcdir}/exactness-elm-data/default-profile
AC_CHECK_FILE([$exactness_data_dir], [have_exactness_data="yes"], [have_exactness_data="no"])
AM_CONDITIONAL([HAVE_EXACTNESS_DATA], [test "x${have_exactness_data}" = "xyes"])

Loading…
Cancel
Save