tests: Use AUTOTEST_PATH to find chart test programs.
[pspp] / tests / math / chart-geometry.at
index eebc0654851b06d0d686633d8a11b1d0170a8762..c14d89e92d68930d975aea465486359181d32f69 100644 (file)
@@ -17,11 +17,11 @@ dnl
 AT_BANNER([Chart Geometry])
 
 AT_SETUP([Chart Scale])
-AT_CHECK([../../math/chart-get-scale-test], [0], [ignore])
+AT_CHECK([chart-get-scale-test], [0], [ignore])
 AT_CLEANUP
 
 AT_SETUP([Chart Ticks Format])
-AT_CHECK([../../math/chart-get-ticks-format-test], [0], [dnl
+AT_CHECK([chart-get-ticks-format-test], [0], [dnl
 lower: 1000, interval: 10, nticks: 10, fs: %.0lf, scale: 1, ex: 1030, ex 2: 1040
 lower: 10000, interval: 10, nticks: 10, fs: %.0lf, scale: 1, ex: 10030, ex 2: 10040
 lower: 100000, interval: 10, nticks: 10, fs: %.0lf, scale: 1, ex: 100030, ex 2: 100040