From aaf4c660e0882566a2855a634c39ffe6f8816ece Mon Sep 17 00:00:00 2001
From: Boris Kolpackov <boris@codesynthesis.com>
Date: Mon, 3 Jun 2013 15:02:51 +0200
Subject: Use database name in options and driver files (autotools part)

---
 tester | 25 -------------------------
 1 file changed, 25 deletions(-)
 delete mode 100755 tester

(limited to 'tester')

diff --git a/tester b/tester
deleted file mode 100755
index 284d710..0000000
--- a/tester
+++ /dev/null
@@ -1,25 +0,0 @@
-#! /bin/sh
-
-# file      : tester
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
-# license   : GNU GPL v2; see accompanying LICENSE file
-
-#
-# Run an ODB example. The example driver is in the current directory.
-# The data files, if any, are in $srcdir.
-#
-
-# Globbing returns files in alphabetic order.
-#
-for f in `echo *.sql`; do
-  if test -f $f; then
-    $top_builddir/db-driver $f
-
-    if test $? -ne 0; then
-      exit 1
-    fi
-  fi
-done
-
-echo ./driver --options-file "$top_builddir/db.options"
-./driver --options-file "$top_builddir/db.options"
-- 
cgit v1.1