mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-18 18:22:07 +08:00
Add test coverage for mdb-sql
This commit is contained in:
@@ -158,4 +158,5 @@ script:
|
||||
- ./src/util/mdb-tables test/data/nwind.mdb
|
||||
- ./src/util/mdb-ver test/data/ASampleDatabase.accdb
|
||||
- ./src/util/mdb-ver test/data/nwind.mdb
|
||||
- ./src/util/mdb-sql -i test/sql/nwind.sql test/data/nwind.mdb
|
||||
- env MDBPATH=test/data ./src/odbc/unittest
|
||||
|
1
test/sql/nwind.sql
Normal file
1
test/sql/nwind.sql
Normal file
@@ -0,0 +1 @@
|
||||
select * from Customers
|
Reference in New Issue
Block a user