chiark / gitweb /
@@@ tvec doc wip
[mLib] / struct / tests.at
index 63d5fc40a803d4da42164fe80979867ddd70d743..66463555c87a709c139a71a809a97f0bdf045479 100644 (file)
@@ -32,7 +32,7 @@ AT_SETUP([struct: assoc])
 AT_KEYWORDS([struct assoc])
 AT_SKIP_IF([test "$PYTHON" = :])
 for seed in 0x58677213 0xdfcc2ff4 ""; do
-  $PYTHON SRCDIR/t/sym-gtest.py $seed
+  $PYTHON SRCDIR/t/sym-gtest $seed
   AT_CHECK([BUILDDIR/t/assoc.t <sym.script], [0], [expout])
 done
 AT_CLEANUP
@@ -42,7 +42,7 @@ AT_SETUP([struct: darray])
 AT_KEYWORDS([struct darray])
 AT_SKIP_IF([test "$PYTHON" = :])
 for seed in 0x0394946c 0xe8991664 ""; do
-  $PYTHON SRCDIR/t/da-gtest.py $seed
+  $PYTHON SRCDIR/t/da-gtest $seed
   AT_CHECK([BUILDDIR/t/darray.t <da.script], [0], [expout])
 done
 AT_CLEANUP
@@ -58,7 +58,7 @@ AT_SETUP([struct: sym])
 AT_KEYWORDS([struct sym])
 AT_SKIP_IF([test "$PYTHON" = :])
 for seed in 0xdc0f64a3 0xd0b9fad0 ""; do
-  $PYTHON SRCDIR/t/sym-gtest.py $seed
+  $PYTHON SRCDIR/t/sym-gtest $seed
   AT_CHECK([BUILDDIR/t/sym.t <sym.script], [0], [expout])
 done
 AT_CLEANUP