commit 6cd13ce7b4e3569dbb690277b6bf4470f860eacc from: Omar Polo date: Thu Jan 13 15:13:32 2022 UTC include test in the distribution tarball while here also delete the two remaining makefiles from before the -portable merge. commit - 749415439b2d957a3389dce5ed91618bc06ff71a commit + 6cd13ce7b4e3569dbb690277b6bf4470f860eacc blob - 003971d0ec5b0d24b577cfe909998c21828c3282 blob + edc932330d2a61685aa327e9c4ba8d36fd128f9b --- Makefile.am +++ Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = kamictl kamid kamiftp kamirepl ninepscript +SUBDIRS = kamictl kamid kamiftp kamirepl ninepscript regress EXTRA_DIST = compat/imsg.h \ compat/ohash.h \ blob - 44ace50d01b4160587419804a3fa646da1d73fea blob + 8aac4d962d6767f5211339c98ffd37e018d1ce81 --- configure.ac +++ configure.ac @@ -165,6 +165,9 @@ AC_CONFIG_FILES([ kamiftp/Makefile kamirepl/Makefile ninepscript/Makefile + regress/Makefile + regress/lisp/Makefile + regress/ninepscript/Makefile ]) AC_OUTPUT blob - e14bb17cce917914d9bb94daa608f41e808a31c0 (mode 644) blob + /dev/null --- regress/lisp/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -REGRESS_TARGETS= lisp -NOOBJ=Yes - -lisp: - SUDO=${SUDO} ./run.sh - -.include blob - /dev/null blob + 22f799928ced49f8092bb85f59fb860c6c54a85d (mode 644) --- /dev/null +++ regress/lisp/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = 9p-test/ run.sh blob - /dev/null blob + 6f9b3d4451cc3d774a77a37f9dc6e1be8fa2bca5 (mode 644) --- /dev/null +++ regress/Makefile.am @@ -0,0 +1,3 @@ +SUBDIRS = lisp ninepscript + +EXTRA_DIST = root blob - 5a09daf780dfb247c2e0c23e9bd58ac8fec33430 (mode 644) blob + /dev/null --- regress/ninepscript/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -REGRESS_TARGETS=suite -NOOBJ=Yes - -suite: - ${SUDO} ${PREFIX}/bin/ninepscript -r ${.CURDIR}/../root *-suite.9ps - -.include blob - /dev/null blob + e4809f09e679a436de92620419c22ed5b081d579 (mode 644) --- /dev/null +++ regress/ninepscript/Makefile.am @@ -0,0 +1,6 @@ +EXTRA_DIST = consts.9ps \ + io-suite.9ps \ + lib.9ps \ + misc-suite.9ps \ + sample.9ps \ + walk-suite.9ps