diff options
author | 2022-07-16 22:48:22 +0200 | |
---|---|---|
committer | 2022-07-16 22:48:22 +0200 | |
commit | 4ecc148240db77f49b600933e58e370ec757202f (patch) | |
tree | 10cac8edb72cb4dab76b06e060e338c7c95e208b /src/lib/netlist/tests/test_precommit.cpp | |
parent | 20d6ea06f4a19463bbe9b36e3619b012448d76ed (diff) |
netlist: include file work (#10096)
- move code to more appropriate locations
- apply clang-format to modified files
- fixed some cspell errors
- Applied emu.h rule.
Diffstat (limited to 'src/lib/netlist/tests/test_precommit.cpp')
-rw-r--r-- | src/lib/netlist/tests/test_precommit.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/netlist/tests/test_precommit.cpp b/src/lib/netlist/tests/test_precommit.cpp index 15575fbbe7f..6faf8029c0b 100644 --- a/src/lib/netlist/tests/test_precommit.cpp +++ b/src/lib/netlist/tests/test_precommit.cpp @@ -2,12 +2,12 @@ // copyright-holders:Couriersud /// -/// \file test_pmfp.cpp +/// \file test_precommit.cpp /// -/// tests for `plib::pmfp` +/// tests to check for experimental code before commit /// -#include "netlist/nl_config.h" +#include "nl_config.h" #include "plib/pconfig.h" #include "plib/ppmf.h" |