HomeSort by: relevance | last modified time | path
    Searched defs:test_programs (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/store/
schema_v2.sql 170 CREATE TABLE test_programs ( table
203 ON test_programs (action_id);
214 test_program_id INTEGER REFERENCES test_programs,
schema_v1.sql 136 CREATE TABLE test_programs ( table
172 test_program_id INTEGER REFERENCES test_programs,
271 test_program_id INTEGER PRIMARY KEY REFERENCES test_programs,
migrate_v1_v2.sql 44 -- * Added the metadata_id field to the test_programs and test_cases
56 -- columns of the test_programs table.
93 -- Upgrade the test_programs table by adding missing column affinities and
111 test_suite_name, interface FROM test_programs;
112 DROP TABLE test_programs;
113 ALTER TABLE new_test_programs RENAME TO test_programs;
123 ON test_programs (action_id);
185 FROM test_programs JOIN tmp_default_metadata;
188 FROM test_programs JOIN test_cases
189 ON test_cases.test_program_id = test_programs.test_program_i
    [all...]
  /src/external/bsd/kyua-cli/dist/engine/
kyuafile.cpp 627 engine::kyuafile::test_programs(void) const function in class:engine::kyuafile

Completed in 70 milliseconds