Another attempted sim testcases fix.
This commit is contained in:
parent
6130ce5d66
commit
5aa204e194
|
@ -94,7 +94,7 @@ class TEST_NETLIST_EXPORTER_FIXTURE : public KI_TEST::SCHEMATIC_TEST_FIXTURE
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
virtual wxString GetNetlistPath( bool aTest = false );
|
virtual wxString GetNetlistPath( bool aTest = false );
|
||||||
virtual unsigned GetNetlistOptions() { return 0; }
|
virtual unsigned GetNetlistOptions() { return NETLIST_EXPORTER_SPICE::OPTION_SIM_COMMAND; }
|
||||||
|
|
||||||
void WriteNetlist();
|
void WriteNetlist();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue