Add missing codegen mod in integration tests (#1418)

* add codgen mod to the module tree

* port codegen tests to scale-typegen

* remove test flag
This commit is contained in:
Tadeo Hepperle
2024-02-14 17:17:08 +01:00
committed by GitHub
parent 78e9574813
commit e39791a5bc
4 changed files with 2 additions and 222 deletions
@@ -2,15 +2,10 @@
// This file is dual-licensed as Apache-2.0 or GPL-3.0.
// see LICENSE for license details.
#[cfg(test)]
mod blocks;
#[cfg(test)]
mod client;
#[cfg(test)]
mod codegen;
mod frame;
#[cfg(test)]
mod metadata;
#[cfg(test)]
mod runtime_api;
#[cfg(test)]
mod storage;