~ubuntu-branches/ubuntu/hardy/mysql-dfsg-5.0/hardy-updates

« back to all changes in this revision

Viewing changes to ndb/test/ndbapi/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): sean finney
  • Date: 2007-05-13 12:32:45 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20070513123245-8c3l187dk34cz2ar
Tags: 5.0.41-2
the previous "translation changes" inadvertently introduced unrelated
changes in the package control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
testRestartGci \
40
40
testScan \
41
41
testInterpreter \
 
42
testScanFilter \
42
43
testScanInterpreter \
43
44
testScanPerf \
44
45
testSystemRestart \
83
84
testRestartGci_SOURCES = testRestartGci.cpp
84
85
testScan_SOURCES = testScan.cpp ScanFunctions.hpp
85
86
testInterpreter_SOURCES = testInterpreter.cpp
 
87
testScanFilter_SOURCES = testScanFilter.cpp
86
88
testScanInterpreter_SOURCES = testScanInterpreter.cpp ScanFilter.hpp ScanInterpretTest.hpp 
87
89
testScanPerf_SOURCES = testScanPerf.cpp
88
90
testSystemRestart_SOURCES = testSystemRestart.cpp