#include "dram.h" #include TEST_CASE("Constructor initialize test 1", "[dram]") { Dram *d = new Dram(1, 4); delete d; }