Add VHDL unit tests from uctags and remove the giant test.vhd
commit1c27f9908d0c57a98b6ce7619d9ddd88a7ff62cf
authorJiří Techet <techet@gmail.com>
Mon, 11 Apr 2022 18:59:44 +0000 (11 20:59 +0200)
committerJiří Techet <techet@gmail.com>
Tue, 12 Apr 2022 18:21:05 +0000 (12 20:21 +0200)
treef796f610a1ed390f108602d919f276c9c2a7bd87
parent5856e4bdb6510b1353ed7044935eed66cac87821
Add VHDL unit tests from uctags and remove the giant test.vhd

The test.vhd file is more than 8000 LOCs, it seems to be multiple
concatenated VHDL sources and because of the large amount of tags,
it's hard to see the changes.
14 files changed:
tests/ctags/Makefile.am
tests/ctags/test.vhd [deleted file]
tests/ctags/test.vhd.tags [deleted file]
tests/ctags/vhdl-component.vhd [new file with mode: 0644]
tests/ctags/vhdl-component.vhd.tags [new file with mode: 0644]
tests/ctags/vhdl-local.vhd [new file with mode: 0644]
tests/ctags/vhdl-local.vhd.tags [new file with mode: 0644]
tests/ctags/vhdl-port.vhd [new file with mode: 0644]
tests/ctags/vhdl-port.vhd.tags [new file with mode: 0644]
tests/ctags/vhdl-process.vhd [new file with mode: 0644]
tests/ctags/vhdl-process.vhd.tags [new file with mode: 0644]
tests/ctags/vhdl-type.vhd [new file with mode: 0644]
tests/ctags/vhdl-type.vhd.tags [new file with mode: 0644]
tests/meson.build