1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#### suite/funcs_1/t/falcon_bitdata.test
# created: 2007-11-02 by hhunger
# Falcon tables should be used
#
# 1. Check if falcon is available
--source include/have_falcon.inc
# 2. Set $engine_type
let $engine_type= falcon;
let $message= NOT YET IMPLEMENTED: bitdata tests;
--source include/show_msg80.inc
exit;
# Create some objects needed in many testcases
USE test;
--source suite/funcs_1/include/falcon_tb4.inc
--source suite/funcs_1/bitdata/bitdata_master.test
|