source: git/dyn_modules/syzextra/test.sh @ 30c2d4f

spielwiese
Last change on this file since 30c2d4f was 30c2d4f, checked in by Oleksandr Motsak <motsak@…>, 10 years ago
Fixed an early slip from [ttt]
  • Property mode set to 100755
File size: 288 bytes
Line 
1#!/bin/sh
2
3# env
4"$SINGULAR_EXECUTABLE" -teq "$srcdir/test_clear_enum.tst" || exit 1
5
6"$SINGULAR_EXECUTABLE" -teq "$srcdir/ederc.tst" || exit 1
7
8"$SINGULAR_EXECUTABLE" -teq "$srcdir/syzextra.tst" || exit 1
9
10"$SINGULAR_EXECUTABLE" -tec 'LIB "schreyer.lib"; /*testSimple(0);*/ $' || exit 1
Note: See TracBrowser for help on using the repository browser.