rrthomas / mit

A simple stack-based VM
Other
10 stars 3 forks source link

make check omits pforth test when using a separate build directory #379

Closed apt1002 closed 4 years ago

apt1002 commented 4 years ago

Steps to reproduce:

mkdir target
cd target
./configure
make
make check

pForth test is not run.

apt1002 commented 4 years ago

Looks like the bug is on line 188 of "configure.ac":

   [test -d src/specializer/pforth -a "$SIZEOF_SIZE_T" = 4 -a "$ac_cv_c_bigendian" != "yes"])

The "src" subdirectory will not exist in "target".