Commit 5343d84d authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

build: Remove ad-hoc test target

One can always run `make -C include/ check VERBOSE=1` for feature
parity, and even get the other goodies from the regular test driver.
parent 46d6928d
......@@ -169,6 +169,3 @@ _vrt.c: Makefile.am vdef.h vrt.h
vrt_test: _vrt.c
echo "exec ${CC} -c -o _vrt_test _vrt.c" > $@
chmod +x $@
test: ${TESTS}
@for test in ${TESTS} ; do ./$${test} ; done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment