X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fautomake.mk;h=4d5891dd447b95c36f03a2299f5b73777706e1d6;hb=ee648635fff4fe04a9617df5c84a4bc10c60d130;hp=dcec8da65d9d8775fc1b2e08194609c8de953da7;hpb=0c253aa6e69a5c010c3c7bf78613888d1b1ddb86;p=pspp-builds.git diff --git a/tests/automake.mk b/tests/automake.mk index dcec8da6..4d5891dd 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -20,7 +20,6 @@ dist_TESTS = \ tests/command/file-handle.sh \ tests/command/filter.sh \ tests/command/flip.sh \ - tests/command/get-data-gnm.sh \ tests/command/import-export.sh \ tests/command/input-program.sh \ tests/command/insert.sh \ @@ -142,6 +141,10 @@ dist_TESTS = \ tests/expressions/variables.sh \ tests/expressions/vectors.sh +if GNM_SUPPORT +dist_TESTS += tests/command/get-data-gnm.sh +endif + nodist_TESTS = \ tests/libpspp/abt-test \ tests/libpspp/bt-test \