Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
qarlosalberto committed Jan 24, 2023
1 parent 18a36fa commit 9f72f04
Show file tree
Hide file tree
Showing 21 changed files with 11,623 additions and 13 deletions.
10 changes: 5 additions & 5 deletions tests/documenter/auto/documenter.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export enum MODE {
OUT = "out",
}

const DEBUG_SELECTED_FILE = "sample_1.vhd";
// const DEBUG_SELECTED_FILE = "sample_2.vhd";

// Input
const C_INPUT_BASE_PATH_VHDL = paht_lib.join(__dirname, 'vhdl');
Expand All @@ -53,10 +53,10 @@ file_utils.create_directory(C_OUTPUT_BASE_PATH, true);
describe(`Check documenter`, function () {
input_total.forEach(input_inst => {
it(`Check ${input_inst}`, async function () {
const filename = file_utils.get_filename(input_inst);
if (DEBUG_SELECTED_FILE === filename) {
await run(input_inst, OUTPUT_TYPE);
}
// const filename = file_utils.get_filename(input_inst);
// if (DEBUG_SELECTED_FILE === filename) {
await run(input_inst, OUTPUT_TYPE);
// }
});
});
});
Expand Down
Loading

0 comments on commit 9f72f04

Please sign in to comment.